CLI: don't print an arrow on exit

This commit is contained in:
2024-04-13 15:43:42 +02:00
parent e267e6f907
commit dea1c8ae52
2 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
typedef struct CMD_t {
char* cmd;
void (*fn)(char* line);
int (*fn)(char* line);
} CMD_t;
typedef struct CMDList_s {