We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0742898 commit bc1979cCopy full SHA for bc1979c
src/command.ts
@@ -404,7 +404,7 @@ export class MassargCommand<Args extends ArgsObject = ArgsObject>
404
try {
405
let _args: Args = { ...this.args, ...args } as Args
406
let _argv = [...argv]
407
- const _a = this.args as Record<'extra', string[]>
+ const _a = this.args as Record<string, any>
408
409
// fill defaults
410
for (const option of this.options) {
0 commit comments