Improved help command

This commit is contained in:
2021-03-03 19:47:55 +01:00
parent 2174cf3701
commit d5975ea7ba
3 changed files with 25 additions and 29 deletions

View File

@@ -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']))