iceman1001 2018-03-17 14:35:34 +01:00
commit 4c666e3832
2 changed files with 19 additions and 11 deletions

View file

@ -378,6 +378,9 @@ int main(int argc, char* argv[]) {
bool addLuaExec = false;
char *script_cmds_file = NULL;
char *script_cmd = NULL;
// Must be before the first PrintAndLog call, for rl_redisplay
rl_initialize();
if (argc < 2) {
show_help(true, argv[0]);