Amit Dahan
|
b19eb29b26
|
Bump Clap 3 -> 4 (#991)
* fix(deps): update clap-rs to v4
* Define enums for multi-choice clap args
* fix test
* Update command docs
* Add `all` alias to log-level
* remove unused thing
* Add changeset
* Use `Shells` instead of `Box<dyn Shell>` everywhere
* Revert "Use `Shells` instead of `Box<dyn Shell>` everywhere"
This reverts commit 7781b5d87354c1f9500ecfafde1aba43d6dd5e37.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Gal Schlezinger
|
7f9ed6668d
|
Fix Clippy errors (#885)
* cargo clippy --fix
* cargo fmt
|
2 years ago |
Gal Schlezinger
|
c85ff97f14
|
remove .unwrap() and .expect() in shell code (#663)
* remove .unwrap() and .expect() in shell code
this should provide nicer error messages if users get to these situations
* Silent github comments
|
3 years ago |
renovate[bot]
|
b6b0cfa0e6
|
fix(deps): update rust crate clap to v3 (#617)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
|
3 years ago |
Gal Schlezinger
|
8d0d78ca24
|
Allow aliasing to the system version (#556)
|
4 years ago |
Dominik Nakamura
|
74c9b37895
|
Fix clippy & use musl target on Rust compiler for static compilation (#554)
|
4 years ago |
Gal Schlezinger
|
9ba282a705
|
Rewrite fnm in Rust (merge fnm.rs into fnm) — adding Windows support! (#246)
|
5 years ago |