diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-29 16:01:13 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-29 16:01:13 +0100 |
| commit | 91412aa51ebaa95f2e065194fe90a5b12694b1de (patch) | |
| tree | 9b0f9b6b883c55e556566e6ef7b72486c4595f6b /src | |
| parent | dd30ec1133a86b43e1a87307b92f92c5ca9d53c1 (diff) | |
Remove todo
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |
