Remove % prefix for builtin commands

This commit is contained in:
2025-10-01 22:50:27 +02:00
parent 0232849994
commit 91d648ade4
5 changed files with 25 additions and 15 deletions

View File

@ -21,7 +21,7 @@ typedef struct Token {
TOK_MISC,
} type;
struct RtCmd *cmd;
bool (*cmd)(struct Token *);
} Token;
typedef struct {