aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-03 09:44:30 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-03 09:44:30 +0200
commit0e8c1c97518d9d746eb33c3819d5786b403a8707 (patch)
tree58f439bb06ccc189b5b328db0f22672c547c5828 /src/main.c
parenta0be689cf7154f8cbe2e09901d8ce7a660ac68cb (diff)
Remove todo regarding readline
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b07f43d..3d97d56 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,8 +15,6 @@
#include "system.h"
#include "utils.h"
-/* TODO: Use Readline if possible */
-
/* Structure that aims at making parsing commands and sub-commands options
* easy. The work is done by the parse_args function. */
struct ftag_command {