MaaAssistantArknights / maa-cli

MAA命令行工具 | A simple CLI for MAA.
GNU Affero General Public License v3.0
40 stars 8 forks source link

refactor: remove clap_verbosity_flag #265

Closed wangl-cc closed 7 months ago

wangl-cc commented 7 months ago

The MSRV of clap_verbosity_flag is so high (1.73), and it's easy to implement a simple log flag by myself.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 67.18750% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 61.45%. Comparing base (2417b78) to head (b2ab272).

Files Patch % Lines
maa-cli/src/log.rs 67.21% 20 Missing :warning:
maa-cli/src/main.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #265 +/- ## ========================================== + Coverage 61.05% 61.45% +0.39% ========================================== Files 40 41 +1 Lines 3025 3043 +18 ========================================== + Hits 1847 1870 +23 + Misses 1178 1173 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.