include/glipt@runner_RunOptions.hrl
-record(run_options, {
script_path :: binary(),
target :: glipt@target:target(),
function :: binary(),
args :: list(binary())
}).
-record(run_options, {
script_path :: binary(),
target :: glipt@target:target(),
function :: binary(),
args :: list(binary())
}).