gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: CLI help message


From: gnunet
Subject: [libeufin] branch master updated: CLI help message
Date: Tue, 01 Feb 2022 07:54:51 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new eb1f24c1 CLI help message
eb1f24c1 is described below

commit eb1f24c1eb7ca1967e2c6cca3f0bf4376a885fb3
Author: ms <ms@taler.net>
AuthorDate: Tue Feb 1 07:54:17 2022 +0100

    CLI help message
---
 cli/bin/libeufin-cli                                  | 7 ++++---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1 -
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index ac1f2951..3f6f9cca 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1255,9 +1255,10 @@ def sandbox_demobank_info(obj, bank_account):
     tell_user(resp, withsuccess=True)
 
 @sandbox_demobank.command("register",
-    help="""register a new bank account.  Note that the username
-will be both the username to login at the bank and the bank account
-label"""
+    help="""register a new bank account.  Credentials will be taken
+    from the LIBEUFIN_SANDBOX_{USERNAME, PASSWORD} env variables.  Note
+    that the username will be both the username to login at the bank
+    and the bank account label"""
 )
 @click.option(
     "--public/--no-public",
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 70cbd817..31108e6f 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -417,7 +417,6 @@ val singleThreadContext = newSingleThreadContext("DB")
 val sandboxApp: Application.() -> Unit = {
     install(CallLogging) {
         this.level = org.slf4j.event.Level.DEBUG
-        this.logger = logger
     }
     install(Authentication) {
         // Web-based authentication for Bank customers.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]