Skip to main content

collect_cli_params

Function collect_cli_params 

Source
pub fn collect_cli_params(args: &[String]) -> CliResult<SuppliedParams>
Expand description

Collect a --param name=value list into a SuppliedParams map, rejecting a repeated name (silently keeping the last would be a footgun).