fix(help): help subcommand default

This commit is contained in:
2023-12-14 23:59:58 +02:00
parent a54d60d9bd
commit b0060cffdd

View File

@@ -512,6 +512,7 @@ export class MassargHelpCommand<
name: 'command',
aliases: ['c'],
description: 'Command to print help for',
isDefault: true,
})
}
}