aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {