FIX: missing command line command
This commit is contained in:
parent
9895fff59a
commit
cf0195fd18
2
openpdu
2
openpdu
@ -345,7 +345,7 @@ for s in outletsConfigParser.sections():
|
|||||||
|
|
||||||
|
|
||||||
parser = argh.ArghParser()
|
parser = argh.ArghParser()
|
||||||
parser.add_commands([setpower, getpower, outlets, boards, initboards, version])
|
parser.add_commands([setpower, getpower, outlets, boards, initboards, version, initoutlets])
|
||||||
|
|
||||||
# dispatching:
|
# dispatching:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user