Add docstring

This commit is contained in:
Bridget
2020-04-12 22:45:41 +02:00
parent e550fd1bad
commit eb831ebdcd

View File

@@ -77,6 +77,7 @@ class Shell(cmd.Cmd):
return True
def add_cmd(self, name, help_text):
"""Make a new command available within the shell."""
def do_cmd(arg):
result = self.send_cmd(self.url, arg)
print(result)