Skip to main content

parse_cli_param

Function parse_cli_param 

Source
pub fn parse_cli_param(arg: &str) -> CliResult<(String, Value)>
Expand description

Parse a --param key=value CLI argument. The value is kept as a JSON string; spec::coerce converts it to the declared type at bind time.