libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 7fa3465e66cabf40c108726576ad4df7704ebb30
parent e4746ba6a85dc2b0f05b76ea7b2542ac4a87fe5a
Author: ms <ms@taler.net>
Date:   Thu,  5 May 2022 13:49:24 +0200

extend --override help message

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -137,7 +137,8 @@ class Config : CliktCommand( "NAME", help = "Name of this configuration" ) private val overrideOption by option( - "--override", help = "Override an existing demobank." + "--override", + help = "Override an existing demobank. WARNING: every value NOT given here will be reset to the default!" ).flag("--no-override", default = false) private val currencyOption by option("--currency").default("EUR") private val bankDebtLimitOption by option("--bank-debt-limit").int().default(1000000)