kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.46k stars 154 forks source link

Error messages printed each time joshuto is used. #272

Closed D0bhareach closed 1 year ago

D0bhareach commented 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"

kamiyaa commented 1 year ago

Should be fixed in 6e968f8

D0bhareach commented 1 year ago

Thank you.