update
This commit is contained in:
parent
53fc94139c
commit
fe65cd39bf
3 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,13 @@ class Stop(Command):
|
|||
def run(self):
|
||||
pass
|
||||
|
||||
class Update(Command):
|
||||
"""
|
||||
Update to latest development version
|
||||
"""
|
||||
def run(self):
|
||||
pass
|
||||
|
||||
class Setup(Command):
|
||||
"""
|
||||
setup new node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue