From 9927672c68609a68267b0797e4b8f3e811d88c7a Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 2 Jul 2026 10:44:12 +0200 Subject: Remove duplicate todo --- src/main.c | 5 ----- 1 file changed, 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 { -- cgit v1.2.3