runner

Function get_program_args

Source
pub fn get_program_args(
    start_info: &ComponentStartInfo,
) -> Result<Vec<String>, StartInfoProgramError>
Expand description

Retrieves program.args from ComponentStartInfo and validates them.