Skip to main content

read_script_steps_from_json_path

Function read_script_steps_from_json_path 

Source
pub fn read_script_steps_from_json_path(
    path: &str,
) -> Result<Vec<ScriptStep>, String>
Expand description

Reads and parses a tactic script from a path (“-” for stdin) as JSON array.