diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-07-02 14:39:59 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-07-02 14:39:59 +0200 |
| commit | 339d330fb1b709c95c1db54f02b2365f4fe03c1f (patch) | |
| tree | 5ffa68462634c36476a1686a5f7b2b804da0fbaa /src | |
| parent | 9927672c68609a68267b0797e4b8f3e811d88c7a (diff) | |
Add todo for Readline
Diffstat (limited to 'src')
| -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 { |
