gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/03: add ^^^ headings for sub-sub-commands


From: gnunet
Subject: [taler-docs] 02/03: add ^^^ headings for sub-sub-commands
Date: Fri, 04 Feb 2022 05:09:46 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit d0db6a210ffedcfa0185bbf7909b3ded9c604c40
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Feb 3 23:06:01 2022 -0500

    add ^^^ headings for sub-sub-commands
---
 manpages/libeufin-cli.1.rst | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst
index fb25c56..9a1ceb9 100644
--- a/manpages/libeufin-cli.1.rst
+++ b/manpages/libeufin-cli.1.rst
@@ -117,10 +117,16 @@ sandbox ebicshost
 The ``ebicshost`` command manages EBICS hosts.
 It has two subcommands: create and list.
 
+sandbox ebicshost create
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicshost create`` command creates a EBICS host.
 It takes one option, ``--host-id ID``, where ``ID`` is used to
 identify that host for all future commands.
 
+sandbox ebicshost list
+^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicshost list`` command lists the hosts in the system.
 
 For example:
@@ -142,6 +148,9 @@ sandbox ebicssubscriber
 The ``ebicssubscriber`` command manages EBICS subscribers.
 It has two subcommands: create and list.
 
+sandbox ebicssubscriber create
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicssubscriber create`` command creates a EBICS subscriber.
 It takes three options, all of which are required:
 
@@ -184,6 +193,9 @@ The ``ebicsbankaccount`` command manages EBICS bank 
accounts.
 It has one subcommand: create.
 (To list accounts, see ``sandbox bankaccount`` below.)
 
+sandbox ebicsbankaccount
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``ebicsbankaccount create`` command takes several options, all required:
 
 ::
@@ -227,6 +239,9 @@ The ``bankaccount`` command manages bank accounts.
 It has several subcommands: list, generate-transactions,
 simulate-incoming-transaction, transactions.
 
+sandbox bankaccount list
+^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount list`` command lists the bank accounts in the system.
 
 For example:
@@ -250,6 +265,9 @@ Note that ``testacct01``, ``DE18500105172929531888``, and 
``INGDDEFFXXX``
 are the same as specified in the ``ebicsbankaccount create`` example
 (see above).
 
+sandbox bankaccount generate-transactions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The remaining ``bankaccount`` commands deal with transactions
 to and from the bank accounts.
 
@@ -266,6 +284,9 @@ For example:
 Note that ``testacct01`` is the account label shown in the ``bankaccount
 list`` example (see above).
 
+sandbox bankaccount simulate-incoming-transaction
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount simulate-incoming-transaction`` books an
 incoming payment in the sandbox.
 It takes one arg, the account label, and several options.
@@ -293,6 +314,9 @@ For example:
 Note that ``testacct01`` is the same as in previous examples (see above),
 and that ``10.50`` is in ``X.Y`` format.
 
+sandbox bankaccount transactions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``bankaccount transactions`` command lists transactions.
 It takes one arg, the account label.
 
@@ -384,6 +408,9 @@ In other words:
 In the following examples, the base URL will be explicitly shown with
 the ``--sandbox-url`` option for the ``demobank`` commands.
 
+sandbox demobank register
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank register`` command registers a new bank account.
 Note that the username will be both the username to login at
 the bank and the bank account label.
@@ -402,6 +429,9 @@ For example:
       --sandbox-url http://localhost:5016/demobanks/default \
       demobank register
 
+sandbox demobank info
+^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank info`` command returns basic information on a bank account.
 It takes option ``--bank-account NAME``.
 
@@ -423,6 +453,9 @@ For example:
 Note that ``jrluser`` is the same username / bank account name
 as in the ``register`` example (see above).
 
+sandbox demobank new-ebicssubscriber
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank new-ebicssubscriber`` command associates a new Ebics
 subscriber to an existing bank account.
 It takes several options, all required:
@@ -456,6 +489,9 @@ The ``--bank-account jrluser`` is the same as in the
 You can see the effect of the ``new-ebicssubscriber`` command
 with the ``bankaccount list`` command.
 
+sandbox demobank new-transaction
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 The ``demobank new-transaction`` command initiates a new transaction.
 It takes several options, all required:
 

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