pub fn get_program_args_from_dict(
    dict: &Dictionary
) -> Result<Vec<String>, StartInfoProgramError>
Expand description

Retrieves args from a ComponentStartInfo program dict and validates them.