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).
pub fn collect_cli_params(args: &[String]) -> CliResult<SuppliedParams>Collect a --param name=value list into a SuppliedParams map, rejecting
a repeated name (silently keeping the last would be a footgun).