Update python/state-cli.md
This commit is contained in:
parent
27e8397b7f
commit
991f572791
@ -73,6 +73,9 @@ class StateCli:
|
|||||||
)
|
)
|
||||||
|
|
||||||
parts = user_input.split()
|
parts = user_input.split()
|
||||||
|
if len(parts) == 0:
|
||||||
|
continue
|
||||||
|
|
||||||
command, args = parts[0], parts[1:]
|
command, args = parts[0], parts[1:]
|
||||||
|
|
||||||
if command == "help":
|
if command == "help":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user