aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2025-12-29 16:01:13 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2025-12-29 16:01:13 +0100
commit91412aa51ebaa95f2e065194fe90a5b12694b1de (patch)
tree9b0f9b6b883c55e556566e6ef7b72486c4595f6b /src
parentdd30ec1133a86b43e1a87307b92f92c5ca9d53c1 (diff)
Remove todo
Diffstat (limited to 'src')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 8e92bb6..4a94108 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1033,11 +1033,6 @@ int main(int argc, char *argv[])
{.name = "help", .func = ftag_help},
{.name = "query", .func = ftag_query},
{.name = "tag", .func = ftag_tag}
- /* TODO: add an export command For instance, "ftag export
- ARCHIVE" exports files read on stdin to ARCHIVE.tar.gz or
- ARCHIVE.zip. Typical usag would be "ftag query -t TAG0 -t TAG1
- | ftag export ARCHIVE". Maybe adding a "-e" (for "export")
- option to ftag query is better.*/
};
const int toplevel_command_count = sizeof(toplevel_commands) / sizeof(struct ftag_command);
parse_args(argc-1, argv+1, toplevel_commands, toplevel_command_count);