Open forzafedor opened 10 months ago
Solved the problem in PR #14.
I don’t know how good the solution is, but the problem with flags is solved and now one can add flags from console. But the algorithm for passing parameters at the Lua level has changed.
In the process of adding fuzzing flags, one of the flags was not parsed.
Example:
script lua:
Output log:
Problems:
help
flag: Result in script:-print_pcs=1 [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
Expected result:../../examples/example_basic.lua [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
Script processed the first flag as name of program fileProgram received signal SIGABRT, Aborted.