From a9787b08875a04e6099c2e2ca1d88e32e2d8e215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Thu, 5 Oct 2023 13:57:43 -0300 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 1 + tests/usage-long.trycmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106f388..b0b615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Only show toolchain list once when using `--installed` [#88](https://github.com/holmgr/cargo-sweep/pull/88) - Support multiple projects as input via CLI [#101](https://github.com/holmgr/cargo-sweep/pull/101) - Add a `TRACE` log level enabled by two `--verbose` flags [#113](https://github.com/holmgr/cargo-sweep/pull/113) +- Tell user when `--recursive` is busy traversing directories [#120](https://github.com/holmgr/cargo-sweep/pull/120) ### Fixed diff --git a/tests/usage-long.trycmd b/tests/usage-long.trycmd index eb40f4c..13dc19c 100644 --- a/tests/usage-long.trycmd +++ b/tests/usage-long.trycmd @@ -17,7 +17,7 @@ Options: -s, --stamp Store timestamp file at the given path, is used by file option -t, --time Number of days backwards to keep --toolchains Toolchains currently installed by rustup that should have their artifacts kept - -v, --verbose Turn verbose information on + -v, --verbose... Enable DEBUG logs (use twice for TRACE logs) -h, --help Print help -V, --version Print version