tb Enable/disable command logging dynamically + setlogcmds builtin

This commit is contained in:
2025-10-18 10:48:31 +02:00
parent d136c001df
commit a46da0a7ae
6 changed files with 56 additions and 21 deletions

View File

@ -31,6 +31,6 @@ typedef struct {
Token *tokens;
} Tokenizer;
bool interp_runstring(char *string, InterpResult **res, bool logcmds, bool interactive);
bool interp_runstring(char *string, InterpResult **res, bool interactive);
#endif // TB_INTERP_H_