CLI: don't print an arrow on exit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
typedef struct CMD_t {
|
||||
char* cmd;
|
||||
void (*fn)(char* line);
|
||||
int (*fn)(char* line);
|
||||
} CMD_t;
|
||||
|
||||
typedef struct CMDList_s {
|
||||
|
||||
Reference in New Issue
Block a user