diff options
| -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); |
