stash: allow controlling verbosity from the command line

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69641d5d727b1d95f8c9e2b851b3a194315a
This commit is contained in:
raf 2025-08-12 15:37:25 +03:00
commit c23c5af8c1
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 19 additions and 1 deletions

View file

@ -17,3 +17,4 @@ rmp-serde = "1.3.0"
image = "0.25.6"
log = "0.4.27"
env_logger = "0.11.8"
clap-verbosity-flag = "3.0.3"