[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: CLI version option
From: |
gnunet |
Subject: |
[libeufin] branch master updated: CLI version option |
Date: |
Tue, 19 Jan 2021 19:04:58 +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 bc0fab1 CLI version option
bc0fab1 is described below
commit bc0fab1f169f99be8dce7820dbfc1f57a89d4598
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 19 19:04:55 2021 +0100
CLI version option
---
cli/bin/libeufin-cli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 40ea4d4..908a6ff 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -48,6 +48,7 @@ class NexusAccess:
@click.group(help="General utility to invoke HTTP REST services offered by
Nexus.")
+@click.version_option(version="0.0.1-dev.1")
def cli():
pass
@@ -56,7 +57,6 @@ def cli():
@click.pass_context
def facades(ctx):
ctx.obj = NexusAccess(*fetch_env())
- pass
@cli.group()
--
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: CLI version option,
gnunet <=