Added help messages to cli commands
This commit is contained in:
@@ -42,6 +42,8 @@ class UpdateService(CommandABC):
|
||||
@property
|
||||
def help_message(self) -> str:
|
||||
return textwrap.dedent("""\
|
||||
Updates the CPL and project dependencies.
|
||||
usage: cpl update
|
||||
""")
|
||||
|
||||
def _collect_project_dependencies(self) -> list[tuple]:
|
||||
|
Reference in New Issue
Block a user