diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:59:17 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:59:17 +0100 |
| commit | e6f3541d49627d883d5333c05903752b3f8cf875 (patch) | |
| tree | 9e7f5dd8081a5c2bed84b8bb827693216dee0fc0 | |
| parent | 67d3c81e8474e5aea573ae1b2913efd7d2da00aa (diff) | |
Remove todo
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
