fix(help): help subcommand default

This commit is contained in:
2023-12-14 23:59:58 +02:00
committed by Chen Asraf
parent 9c231918fb
commit 59c393d5f5

View File

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