aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-07-02 14:39:59 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-07-02 14:39:59 +0200
commit339d330fb1b709c95c1db54f02b2365f4fe03c1f (patch)
tree5ffa68462634c36476a1686a5f7b2b804da0fbaa /src
parent9927672c68609a68267b0797e4b8f3e811d88c7a (diff)
Add todo for Readline
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 35fb27e..1f33e16 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,6 +15,8 @@
#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 {