gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: restoring old CLI, part I


From: gnunet
Subject: [taler-bank] branch master updated: restoring old CLI, part I
Date: Mon, 09 Nov 2020 16:34:29 +0100

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 7fa5979  restoring old CLI, part I
7fa5979 is described below

commit 7fa5979037ed07d2f85ba1c528eec3f83b51bcef
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 9 16:34:24 2020 +0100

    restoring old CLI, part I
---
 bin/taler-bank-manage | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-bank-manage b/bin/taler-bank-manage
index ace3b84..e1814c4 100755
--- a/bin/taler-bank-manage
+++ b/bin/taler-bank-manage
@@ -50,7 +50,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", 
"talerbank.settings")
     help="Set HTTP as the serving protocol (taking precedence over the 
config.), and set the port.",
     type=int
 )
-@click.option("--config", help="Path to the config file.")
+@click.option("-c", "--config", help="Path to the config file.")
 @click.option("--with-db", help="Database connection string.")
 def cli(ctx, http_port, config, with_db):
     if with_db:
@@ -77,7 +77,8 @@ def serve(obj):
 
 @cli.command(
     help="Invoke 'django' sub-commands",
-    context_settings=dict(ignore_unknown_options=True)
+    context_settings=dict(ignore_unknown_options=True),
+    name="django"
 )
 @click.argument("args", nargs=-1, type=click.UNPROCESSED)
 def handle_django(args):

-- 
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]