Merge branch 'nom2' into nom4

This commit is contained in:
Yehuda Katz
2019-06-22 18:20:13 -04:00
33 changed files with 113 additions and 127 deletions

View File

@ -57,7 +57,7 @@ pub fn config(args: CommandArgs) -> Result<OutputStream, ShellError> {
if let Some(v) = args.get("set") {
if let Ok((key, value)) = v.as_pair() {
result.insert(key.as_string()?, value.clone());
result.insert(key.as_string()?.to_string(), value.clone());
config::write_config(&result)?;