From 339d330fb1b709c95c1db54f02b2365f4fe03c1f Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 2 Jul 2026 14:39:59 +0200 Subject: Add todo for Readline --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3