commit 7bfee7b21546be9513ea371ec1c9867050065763
parent d6d3763b89ea0582e3dd9232bdfe5f545301fd22
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 24 Jan 2022 04:22:48 -0500
write ‘config’ description, including example
Diffstat:
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
@@ -65,7 +65,23 @@ The following sections describe each command in detail.
Command ``config``
==================
-.. WRITEME
+This command takes argument ``NAME`` and creates a demobank with that name.
+
+Option ``--currency CUR`` (default: ``EUR``) specifes another currency.
+Option ``--bank-debt-limit N`` (default: 1000000) specifies that
+the bank debt limit should be N (units of currency).
+Similarly, option ``--users-debt-limit N`` (default: 1000) specifies
+that the users debt limit should be N (units of currency).
+
+For example:
+
+.. code-block:: console
+
+ $ libeufin-sandbox config default
+
+This creates the demobank ``default`` with currency ``EUR``,
+bank debt limit 1000000, users debt limit 1000,
+and allows registrations.
Command ``default-exchange``