From 0f590623d5b5ba7d1dbcfcf1a641ab0b58d52c92 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:47:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4839b9d..6d67dbb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This will launch the interactive prompt. Type `help` to get a list of commands - +## Running in non-interactive mode: +You can also run `zecwallet-cli` in non-interactive mode by passing the command you want to run as an argument. For example, `zecwallet-cli addresses` will list all wallet addresses and exit. +Run `zecwallet-cli help` to see a list of all commands. ## Notes: * The wallet is currently in beta, and connects to the mainnet by default. To connect to testnet, please pass `--server https://lightd-test.zecwallet.co:443`