TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
636 stars 15 forks source link

Replace `--quiet` with common `--log-level` option #59

Closed TaKO8Ki closed 3 years ago

TaKO8Ki commented 3 years ago

--quiet in local command has a bug. This is due to my lack of review. To be specific, frum local --quiet doesn't read .ruby-version and change current ruby version.

This pull request solves this problem with implementing --log-level option and replacing --quiet with --log-level.

Ref https://github.com/TaKO8Ki/frum/pull/43, https://github.com/TaKO8Ki/frum/issues/39

changelog: replace --quiet with common --log-level option