2021.4.6 #25
@ -25,7 +25,8 @@ class HelpService(CommandABC):
|
|||||||
['install (i|I)', 'With argument installs packages to project, without argument installs project dependencies.'],
|
['install (i|I)', 'With argument installs packages to project, without argument installs project dependencies.'],
|
||||||
['new (n|N)', 'Creates new CPL project.'],
|
['new (n|N)', 'Creates new CPL project.'],
|
||||||
['publish (p|P)', 'Prepares files for publish into an output directory named dist/ at the given output path and executes setup.py. Must be executed from within a library workspace directory.'],
|
['publish (p|P)', 'Prepares files for publish into an output directory named dist/ at the given output path and executes setup.py. Must be executed from within a library workspace directory.'],
|
||||||
['start (s|S)', 'Starts CPL project, restarting on file changes'],
|
['remove (r|R)', 'Removes a project from workspace.'],
|
||||||
|
['start (s|S)', 'Starts CPL project, restarting on file changes.'],
|
||||||
['uninstall (ui|UI)', 'Uninstalls packages from project.'],
|
['uninstall (ui|UI)', 'Uninstalls packages from project.'],
|
||||||
['update (u|u)', 'Update CPL and project dependencies.'],
|
['update (u|u)', 'Update CPL and project dependencies.'],
|
||||||
['version (v|V)', 'Outputs CPL CLI version.']
|
['version (v|V)', 'Outputs CPL CLI version.']
|
||||||
|
Loading…
Reference in New Issue
Block a user