Add client option -i to stay in interactive mode after a script or command
From 5a3f474331
with some fix in the logical flow
This commit is contained in:
@@ -26,7 +26,7 @@ extern "C" {
|
||||
|
||||
const char *get_my_executable_path(void);
|
||||
const char *get_my_executable_directory(void);
|
||||
void main_loop(char *script_cmds_file, char *script_cmd);
|
||||
void main_loop(char *script_cmds_file, char *script_cmd, bool stayInCommandLoop);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user