From 0e8dac309c50bd6a533d5c07e96107d1aef1ee9a Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 15 Oct 2019 11:22:01 +0000 Subject: add first version of taler-wallet-cli manpage --- .gitignore | 1 + manpages/taler-wallet-cli.1.rst | 61 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 manpages/taler-wallet-cli.1.rst diff --git a/.gitignore b/.gitignore index 0fc52c78..2bd7e375 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _build *.pyc prebuilt .vscode +vtestenv/ \ No newline at end of file diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst new file mode 100644 index 00000000..83fe591c --- /dev/null +++ b/manpages/taler-wallet-cli.1.rst @@ -0,0 +1,61 @@ +taler-wallet-cli(1) +################### + +.. only:: html + + Name + ==== + +**taler-wallet-cli** - interact with taler-wallet + +Synopsis +======== + +**taler-auditor** [**-h** | **-\\-help**][**-\\-verbose**][**-V** | **-\\-version**][] + + +Description +=========== + +**taler-wallet-cli** is a command line tool to be used by developers +for testing. + +**-h** | **-\\-help** + Print short help on options. + +**-\\-verbose** + Enable verbose output. + +**-V** | **-\\-version** + Output the version number. + +**test-withdraw** [**-e** URL | **-\\-exchange** URL] [**-a** AMOUNT | **-\\-amount** AMOUNT][**-b** URL | **-\\-bank** URL] + withdraw test currency from the test bank + +**balance** + show wallet balance + +**history** + show wallet history + +**test-merchant-qrcode** [**-a** AMOUNT | **-\\-amount** AMOUNT][**-s** SUMMARY | **-\\-summary** SUMMARY] + +**withdraw-uri** URI + +**tip-uri** URI + +**refund-uri** URI + +**pay-uri** [**-y** | **-\\-yes**] URI + +**integrationtest** [**-e** URL | **-\\-exchange** URL][**-m** URL | **-\\-merchant** URL][**-k** APIKEY | **-\\-merchant-api-key** APIKEY][**-b** URL | **-\\-bank** URL][**-w** AMOUNT | **-\\-withdraw-amount** AMOUNT][**-s** AMOUNT | **-\\-spend-amount** AMOUNT] + Run integration test with bank, exchange and merchant. + +.. See Also + ======== + +Bugs +==== + +Report bugs by using https://bugs.gnunet.org or by sending electronic +mail to . -- cgit v1.2.3