diff --git a/src/command.ts b/src/command.ts index 58817a12..1aa2723d 100644 --- a/src/command.ts +++ b/src/command.ts @@ -270,7 +270,7 @@ export abstract class Command { protected async parse( options?: Input, argv = this.argv, - ): Promise> { + ): Promise> { if (!options) options = this.ctor as Input const opts = {