new command 'register' (refs #294)
This commit is contained in:
parent
e3458248ab
commit
833c25f8d9
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ class WeboobCfg(ReplApplication):
|
|||
|
||||
self.add_backend(name, params)
|
||||
|
||||
def do_register(self, line):
|
||||
"""
|
||||
register NAME
|
||||
|
||||
Register a new account on a backend.
|
||||
"""
|
||||
self.register_backend(line)
|
||||
|
||||
def do_list(self, line):
|
||||
"""
|
||||
list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue