From 204f2752bd6e6b213cf49e55fe80f77e25b64e00 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 6 Oct 2020 14:33:17 +0200 Subject: code snippets --- libeufin/nexus-tutorial.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libeufin/nexus-tutorial.rst') diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst index 73784d57..452f8751 100644 --- a/libeufin/nexus-tutorial.rst +++ b/libeufin/nexus-tutorial.rst @@ -61,7 +61,7 @@ creating a EBICS connection*. .. code-block:: shell - ./libeufin-cli \ + libeufin-cli \ connections \ new-ebics-connection \ --connection-name $NEXUS_BANK_CONNECTION_NAME \ @@ -78,7 +78,7 @@ to the bank. Therefore, it will *(4) synchronize the connection*. .. code-block:: shell - ./libeufin-cli \ + libeufin-cli \ connections \ sync \ --connection-name $NEXUS_BANK_CONNECTION_NAME \ @@ -93,7 +93,7 @@ The command below *(5) downloads the list of the bank accounts offered by the* .. code-block:: shell - ./libeufin-cli \ + libeufin-cli \ connections \ download-bank-accounts \ --connection-name $NEXUS_BANK_CONNECTION_NAME \ @@ -105,7 +105,7 @@ It is now possible to *(6) list the accounts offered by the connection*. .. code-block:: shell - ./libeufin-cli \ + libeufin-cli \ connections \ list-offered-bank-accounts \ --nexus-user-id $NEXUS_USER \ @@ -117,7 +117,7 @@ This step is needed to let the user pick a custom name for such accounts. .. code-block:: shell - ./libeufin-cli + libeufin-cli connections \ import-bank-account \ --connection-name $NEXUS_BANK_CONNECTION_NAME \ @@ -142,7 +142,7 @@ This command asks Nexus to *download the latest bank statements*: .. code-block:: shell - ./libeufin-cli \ + libeufin-cli \ accounts \ fetch-transactions \ --nexus-user-id $NEXUS_USER \ @@ -155,7 +155,7 @@ client can ask to actually **see** the transactions: .. code-block:: shell - ./libeufin-cli + libeufin-cli accounts \ transactions \ --nexus-user-id $NEXUS_USER \ -- cgit v1.2.3