pub fn parse_cli_param(arg: &str) -> CliResult<(String, Value)>
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.
--param key=value
spec::coerce