summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-09 19:35:02 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-09 19:35:02 +0530
commitc2bd5b95d3a32eeedb4cf0d9dbd15d0cd7191f8e (patch)
tree134b01fd716e5f34542c1ff020e2ec0f6aa5109e
parentbc7722eeee3655a44edf3a245a8a4a74977332ed (diff)
downloaddocs-c2bd5b95d3a32eeedb4cf0d9dbd15d0cd7191f8e.tar.gz
docs-c2bd5b95d3a32eeedb4cf0d9dbd15d0cd7191f8e.tar.bz2
docs-c2bd5b95d3a32eeedb4cf0d9dbd15d0cd7191f8e.zip
docs
-rw-r--r--taler-wallet.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index c65ea3b6..8d348efc 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -403,8 +403,9 @@ Exchange Management: List Exchanges
:name: ``"listExchanges"``
:description:
- List all exchanges. Can be used on the CLI
- as ``taler-wallet-cli exchanges list``.
+ List all exchanges.
+:cli:
+ ``taler-wallet-cli exchanges list``
:response:
.. ts:def:: ExchangesListRespose
@@ -425,7 +426,9 @@ Exchange Management: Add Exchange
:name: ``"addExchange"``
:description:
- Add an exchange. Can be used on the CLI as ``taler-wallet-cli exchanges add $URL``.
+ Add an exchange.
+:cli:
+ ``taler-wallet-cli exchanges add $URL``
:request:
.. ts:def:: ExchangeAddRequest
@@ -441,6 +444,8 @@ Withdrawal: Get Manual Withdrawal Info
:name: ``"getWithdrawalDetailsForAmount"``
:description:
Get information about fees and exchange for a manual withdrawal of a given amount.
+:cli:
+ ``taler-wallet-cli advanced manual-withdrawal-details $URL $AMOUNT``
:request:
.. ts:def:: GetManualWithdrawalDetailsRequest