taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 70a3b632b77e94b3659e1065e81b0a81cd99bde6
parent 45785f6b58d3eb93fe04de5c352a274249d08b4c
Author: Antoine A <>
Date:   Fri, 12 Jun 2026 10:31:44 +0200

common: improve cli

Diffstat:
Mcommon/taler-common/src/lib.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/taler-common/src/lib.rs b/common/taler-common/src/lib.rs @@ -49,7 +49,7 @@ pub struct CommonArgs { log: Option<tracing::Level>, /// Show logs from all sources - #[arg(short, long, global = true)] + #[arg(short, long, global = true, hide = true)] verbose: bool, }