diff options
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
