gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: update python CLI


From: gnunet
Subject: [libeufin] branch master updated: update python CLI
Date: Fri, 06 Dec 2019 23:34:10 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 609683b  update python CLI
609683b is described below

commit 609683b878213c5d93d085730b48197e7977305d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 6 23:34:05 2019 +0100

    update python CLI
---
 sandbox/src/main/python/libeufin-cli | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/python/libeufin-cli 
b/sandbox/src/main/python/libeufin-cli
index 3a00644..f66c47f 100755
--- a/sandbox/src/main/python/libeufin-cli
+++ b/sandbox/src/main/python/libeufin-cli
@@ -28,6 +28,10 @@ def cli(ctx, base_url, bank_base_url):
 def ebics():
     pass
 
+@cli.group()
+def nonebics():
+    pass
+
 @ebics.command(help="Restore private keys backup.")
 @click.pass_obj
 @click.option(
@@ -295,7 +299,7 @@ def new(obj, user_id, partner_id, system_id, host_id, 
ebics_url):
     print(resp.content.decode("utf-8"))
 
 
-@ebics.command(help="Ask the balance for a given customer of the bank")
+@nonebics.command(help="Ask the balance for a given customer of the bank")
 @click.pass_obj
 @click.option(
     "--user-id",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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