From cc40df65d30a59979ca8cc36613135db2f1b3b67 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 20 Dec 2021 11:49:56 +0100 Subject: [PATCH] added link to the list of implemented subcommands (forgot to earlier) --- filetags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filetags.py b/filetags.py index 0ece7ec..6b9fb6d 100644 --- a/filetags.py +++ b/filetags.py @@ -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("+")