mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-12 16:12:44 +02:00
fix(cli): support for spaces in config path
This commit is contained in:
@@ -1426,7 +1426,7 @@ fn main() -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
flags.push(format!(
|
flags.push(format!(
|
||||||
"'--config={}'",
|
"'--config=\"{}\"'",
|
||||||
path.as_os_str()
|
path.as_os_str()
|
||||||
.to_string_lossy()
|
.to_string_lossy()
|
||||||
.trim_start_matches(r#"\\?\"#),
|
.trim_start_matches(r#"\\?\"#),
|
||||||
|
|||||||
Reference in New Issue
Block a user