Improved help command
This commit is contained in:
@@ -19,6 +19,7 @@ class CLI(ApplicationABC):
|
||||
self._command_handler: CommandHandler = self._services.get_service(CommandHandler)
|
||||
|
||||
# self._command_handler.add_command(Command('build', ['b', 'B']))
|
||||
# self._command_handler.add_command(Command('generate', ['g', 'G']))
|
||||
self._command_handler.add_command(Command('help', ['h', 'H'], self._services.get_service(Help)))
|
||||
# self._command_handler.add_command(Command('new', ['n', 'N']))
|
||||
# self._command_handler.add_command(Command('publish', ['p', 'P']))
|
||||
|
||||
Reference in New Issue
Block a user