[−][src]Function alacritty::cli::option_as_value
fn option_as_value(option: &str) -> Result<Value, Error>
Format an option in the format of parent.field=value
to a serde Value.
fn option_as_value(option: &str) -> Result<Value, Error>
Format an option in the format of parent.field=value
to a serde Value.