aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2025-12-27 21:59:17 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2025-12-27 21:59:17 +0100
commite6f3541d49627d883d5333c05903752b3f8cf875 (patch)
tree9e7f5dd8081a5c2bed84b8bb827693216dee0fc0
parent67d3c81e8474e5aea573ae1b2913efd7d2da00aa (diff)
Remove todo
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8b3f09a..54a0790 100644
--- a/src/main.c
+++ b/src/main.c
@@ -610,7 +610,6 @@ static void ftag_file(int argc, char **argv)
{.name = "help", .func = ftag_file_help},
{.name = "list", .func = ftag_file_list},
{.name = "tag", .func = ftag_file_tag}
- /* TODO: add help command */
};
const int file_command_count = sizeof(file_commands)/ sizeof(struct ftag_command);
parse_args(argc, argv, file_commands, file_command_count);