Added cli command add

This commit is contained in:
2021-04-11 15:36:04 +02:00
parent 5987b71c80
commit 6af9328e14
4 changed files with 121 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class HelpService(CommandABC):
"""
Console.write_line('Available Commands:')
commands = [
['add (a|a)', 'Adds a project reference to given project.'],
['build (b|B)', 'Prepares files for publish into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.'],
['generate (g|G)', 'Generate a new file.'],
['help (h|H)', 'Lists available command and their short descriptions.'],