exec_run
and exec_kast
take save_directory
argument but the corresponding commands don't have those options
#2040
Labels
bug
Something isn't working
exec_run
andexec_kast
takesave_directory
argument but the corresponding commands don't have--save-directory
options. This becomes a problem becauseKEVM
is usingsave_directory
to save its temp files, and deleting them if none is specified. The user might want to specify a directory to keep these for debugging. We should either enable--save-directory
for these commands while making clearer in the help message that it is not just for storing CFGs, or make this a separate directory option.The text was updated successfully, but these errors were encountered: