Improved cli
This commit is contained in:
10
src/sh_edraft/cli/cpl_cli/commands/help.py
Normal file
10
src/sh_edraft/cli/cpl_cli/commands/help.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from sh_edraft.cli.command.base.command_base import CommandBase
|
||||
|
||||
|
||||
class Help(CommandBase):
|
||||
|
||||
def __init__(self):
|
||||
CommandBase.__init__(self)
|
||||
|
||||
def run(self, args: list[str]):
|
||||
print('Commands:')
|
||||
Reference in New Issue
Block a user