From 2ed60e69a9fe273ea9da89889a35bb72a5fe65be Mon Sep 17 00:00:00 2001 From: Oli Date: Wed, 29 Oct 2025 17:26:56 +0100 Subject: [PATCH] README: update command list --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a67b26..ad93bc5 100644 --- a/README.md +++ b/README.md @@ -259,11 +259,13 @@ Available Commands: help Help about any command Flags: - -h, --help help for chantools - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used - -v, --version version for chantools + -h, --help help for chantools + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used + -v, --version version for chantools Use "chantools [command] --help" for more information about a command. ```