From d5d8c3f4131feb4639666ee3b8a9dd2bf2df3b0a Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 14 Mar 2021 15:26:08 +0100 Subject: [PATCH] Improved help command --- src/cpl_cli/command/help_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpl_cli/command/help_service.py b/src/cpl_cli/command/help_service.py index fc378e30..387bfaf6 100644 --- a/src/cpl_cli/command/help_service.py +++ b/src/cpl_cli/command/help_service.py @@ -16,8 +16,8 @@ class HelpService(CommandABC): ['help (h|H)', 'Lists available command and their short descriptions.'], ['install (i|I)', 'With argument installs packages to project, without argument installs project dependencies.'], ['new (n|N)', 'Creates new CPL project.'], - ['start (s|S)', 'Starts CPL project, restarting on file changes'], ['publish (p|P)', 'Prepares files for publish into an output directory named dist/ at the given output path and executes setup_template.py. Must be executed from within a workspace directory.'], + ['start (s|S)', 'Starts CPL project, restarting on file changes'], ['uninstall (ui|UI)', 'Uninstalls packages from project.'], ['update (u|u)', 'Update CPL and project dependencies.'], ['version (v|V)', 'Outputs CPL CLI version.']