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;