Update python/state-cli.md

This commit is contained in:
an.tsouchlos 2025-07-11 18:05:55 +00:00
parent 27e8397b7f
commit 991f572791

View File

@ -73,6 +73,9 @@ class StateCli:
)
parts = user_input.split()
if len(parts) == 0:
continue
command, args = parts[0], parts[1:]
if command == "help":