commit 962d0d99fc8319a0c3361686e511060a14cebc4e
parent 66d293e467d1ae971d942d9849c27fe437ea1f24
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 25 Jan 2022 06:25:54 -0500
move subcommands down one level
Diffstat:
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
@@ -65,8 +65,8 @@ The interaction model is as follows:
The following sections describe each command in detail.
-Command ``config``
-==================
+config
+------
This command takes argument ``NAME`` and creates a demobank with that name.
@@ -87,8 +87,8 @@ bank debt limit 1000000, users debt limit 1000,
and allows registrations.
-Command ``default-exchange``
-============================
+default-exchange
+----------------
This command sets the exchange that a demobank will suggest to wallets.
(Wallets are of course free to disregard the suggestion and choose
@@ -110,8 +110,8 @@ This sets the default exchange for demobank ``bank01``.
It is an error if the demobank does not exist.
-Command ``make-transaction``
-============================
+make-transaction
+----------------
This is a "legacy" command, useful in a previous iteration of LibEuFin
and for internal testing.
@@ -136,8 +136,8 @@ in which demobank the wire transfer occurs.
FIXME: How to achieve the same result with **libeufin-cli**?
-Command ``camt053tick``
-=======================
+camt053tick
+-----------
This command advances the internal time step that the demobank
uses to group transactions for reporting.
@@ -152,8 +152,8 @@ For example:
FIXME: How to achieve the same result with **libeufin-cli**?
-Command ``serve``
-=================
+serve
+-----
This command starts the HTTP server, listening on port 5000.
To use a different port, use option ``--port INT``.
@@ -195,8 +195,8 @@ Normally, the ``serve`` command runs until interrupted.
When run in a shell, you can use ``Control-C`` for that.
-Command ``reset-tables``
-========================
+reset-tables
+------------
This command drops all the tables in the internal database.
(The next time the tables are needed, **libeufin-sandbox** creates them