[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: list-facades sub-comm prototype
From: |
gnunet |
Subject: |
[libeufin] branch master updated: list-facades sub-comm prototype |
Date: |
Tue, 12 Jan 2021 18:44:53 +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 60af520 list-facades sub-comm prototype
60af520 is described below
commit 60af52093c25001ace7deb7d831a770a1d2bac66
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 12 18:44:49 2021 +0100
list-facades sub-comm prototype
---
cli/bin/libeufin-cli | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 4484abb..df65a42 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -393,6 +393,13 @@ def transactions(obj, account_name):
exit(1)
print(resp.content.decode("utf-8"))
+@taler_facade.command(help="List active facades in the Nexus")
+@click.argument("connection-name")
+@click.argument("account-name")
+@click.pass_obj
+def list_facades(obj, connection_name, account_name):
+ pass
+
@taler_facade.command(help="create a new Taler facade")
@click.option("--facade-name", help="Name of the Taler facade", required=True)
@click.argument("connection-name")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: list-facades sub-comm prototype,
gnunet <=