aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-07-02 10:44:12 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-07-02 10:44:12 +0200
commit9927672c68609a68267b0797e4b8f3e811d88c7a (patch)
tree5bbd2a102cf493c01f9f7a1d549bd2726f0e2758 /src
parentf7b3ab381088bbd5e1b70221dad503cee90b6988 (diff)
Remove duplicate 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 db79351..35fb27e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,11 +15,6 @@
#include "system.h"
#include "utils.h"
-/* 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. */
struct ftag_command {