README: update command list

This commit is contained in:
Oli 2025-10-29 17:26:56 +01:00
parent bc6a53a3b9
commit 2ed60e69a9
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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.
```