pub fn get_program_args(
start_info: &ComponentStartInfo,
) -> Result<Vec<String>, StartInfoProgramError>
Expand description
Retrieves program.args from ComponentStartInfo and validates them.
pub fn get_program_args(
start_info: &ComponentStartInfo,
) -> Result<Vec<String>, StartInfoProgramError>
Retrieves program.args from ComponentStartInfo and validates them.