added link to the list of implemented subcommands (forgot to earlier)
parent
b5c9d92ca8
commit
cc40df65d3
|
@ -200,8 +200,8 @@ if __name__ == "__main__":
|
|||
#TODO: clarification of <> and []
|
||||
#TODO: subcommand to change container settings
|
||||
VALID_COMMANDS=["create", "add", "remove", "search", "lookup", "link", "check", "update", "fix", "help"]
|
||||
#TODO: (*fully) implemented subcommands: *create, *add, *lookup, *help
|
||||
#TODO: unimplemented subcommands: remove, search, link, check, update, fix
|
||||
#TODO: (*fully) implemented subcommands: *create, *add, *lookup, *link, *help
|
||||
#TODO: unimplemented subcommands: remove, search, check, update, fix
|
||||
|
||||
try:
|
||||
command = sys.argv[1].split("+")
|
||||
|
|
Loading…
Reference in New Issue