Closed D0bhareach closed 1 year ago
v 0.9.4 Error msg: arg: "--foreground=true" Keymap error: delete_files: unknown option '--foreground=true'
Please, have a look in impl_from_str.rs:251 - eprintln unconditionally print. And in joshuto/config/keymap.toml:(75&76) - arg = "--foreground=true" shall be "--background=true"
Should be fixed in 6e968f8
Thank you.
v 0.9.4 Error msg: arg: "--foreground=true" Keymap error: delete_files: unknown option '--foreground=true'
Please, have a look in impl_from_str.rs:251 - eprintln unconditionally print. And in joshuto/config/keymap.toml:(75&76) - arg = "--foreground=true" shall be "--background=true"