chore: add EnvironmentArgs and use across all CLI commands (#8590)

This commit is contained in:
joshieDo
2024-06-04 21:30:05 +02:00
committed by GitHub
parent e1f39bdc2f
commit a8095740fc
46 changed files with 521 additions and 1124 deletions

View File

@ -7,15 +7,6 @@ $ reth db diff --help
Usage: reth db diff [OPTIONS] --secondary-datadir <SECONDARY_DATADIR> --output <OUTPUT>
Options:
--chain <CHAIN_OR_PATH>
The chain this node is running.
Possible values are either a built-in chain or the path to a chain specification file.
Built-in chains:
mainnet, sepolia, goerli, holesky, dev
[default: mainnet]
--secondary-datadir <SECONDARY_DATADIR>
The path to the data dir for all reth files and subdirectories.