Skip to content

Commit bc1979c

Browse files
committed
fix: type err
1 parent 0742898 commit bc1979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export class MassargCommand<Args extends ArgsObject = ArgsObject>
404404
try {
405405
let _args: Args = { ...this.args, ...args } as Args
406406
let _argv = [...argv]
407-
const _a = this.args as Record<'extra', string[]>
407+
const _a = this.args as Record<string, any>
408408

409409
// fill defaults
410410
for (const option of this.options) {

0 commit comments

Comments
 (0)