Skip to content

Commit b0060cf

Browse files
committed
fix(help): help subcommand default
1 parent a54d60d commit b0060cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ export class MassargHelpCommand<
512512
name: 'command',
513513
aliases: ['c'],
514514
description: 'Command to print help for',
515+
isDefault: true,
515516
})
516517
}
517518
}

0 commit comments

Comments
 (0)