fix(cli): support for spaces in config path

This commit is contained in:
Johnny Nguyen
2023-07-14 17:00:59 -04:00
committed by LGUG2Z
parent 88aaf1f368
commit fa11594103

View File

@@ -1426,7 +1426,7 @@ fn main() -> Result<()> {
}
flags.push(format!(
"'--config={}'",
"'--config=\"{}\"'",
path.as_os_str()
.to_string_lossy()
.trim_start_matches(r#"\\?\"#),