ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 760e1e4f5d4afc53774044a6c5f53c56fdaa34d8
parent 40e7618de0957c8a239d906e8ab04d9333edb27f
Author: Florian Dold <florian@dold.me>
Date:   Wed, 10 Jun 2026 16:18:22 +0200

-arg parsing

Diffstat:
Mroles/devtesting/tasks/files/taler-devtesting | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/devtesting/tasks/files/taler-devtesting b/roles/devtesting/tasks/files/taler-devtesting @@ -23,8 +23,8 @@ def get_nexus_currency(): @cli.command() -@click.option("--credit-payto", "The credited account IBAN payto URI") -@click.option("--debit-payto", "The debited account IBAN payto URI") +@click.option("--credit-payto", help="The credited account IBAN payto URI") +@click.option("--debit-payto", help="The debited account IBAN payto URI") @click.option( "--subject", help="The payment subject, credit-payto 'message' parameter takes the precedence",