added link to the list of implemented subcommands (forgot to earlier)

master
BodgeMaster 2021-12-20 11:49:56 +01:00
parent b5c9d92ca8
commit cc40df65d3
1 changed files with 2 additions and 2 deletions

View File

@ -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("+")