Added help messages to cli commands
This commit is contained in:
@@ -28,6 +28,12 @@ class AddService(CommandABC):
|
||||
@property
|
||||
def help_message(self) -> str:
|
||||
return textwrap.dedent("""\
|
||||
Adds a project reference to given project.
|
||||
usage: cpl add <source-project> <target-project>
|
||||
|
||||
arguments:
|
||||
source-project: Name of the project to which the reference has to be
|
||||
target-project: Name of the project to be referenced
|
||||
""")
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user