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