diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ enum encrypt { This would allow working with different databases with the same ftag binary and moving the database. */ +/* TODO: allow editing things' descriptions + + Add a "edit" subcommand to "ftag file" and "ftag tag", mainly for allowing + changing the description. */ /* Structure that aims at making parsing commands and sub-commands options * easy. The work is done by the parse_args function. */ |
