--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.
--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