From 40f902d05cd11cceeb3866d5baa55760ff951bbf Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 27 Oct 2024 17:37:10 +1300 Subject: [PATCH] Weakly type getOptionValueSourceWithto include globals --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index dc78f85..94811ed 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1089,7 +1089,7 @@ export class Command< /** * Get source of option value. See also .optsWithGlobals(). */ - getOptionValueSourceWithGlobals( + getOptionValueSourceWithGlobals( key: K, ): OptionValueSource | undefined; getOptionValueSourceWithGlobals(key: string): OptionValueSource | undefined;