Refactored executable arguments
This commit is contained in:
@@ -22,7 +22,7 @@ class StartService(CommandABC):
|
||||
Usage: cpl start
|
||||
""")
|
||||
|
||||
def run(self, args: list[str]):
|
||||
def execute(self, args: list[str]):
|
||||
"""
|
||||
Entry point of command
|
||||
:param args:
|
||||
|
||||
Reference in New Issue
Block a user