What is wrong?
Parity allows configuration via a config file. This is very convenient for a number of reasons.
- If I consistently run two clients I can set one of them to use a different port by default so that they do not conflict.
- Certain command line flags are inherently long, such as
--bootnodes. Being able to hide these within a config file makes command line interaction easier.
- Being able to specify which config file to use with something like
--config allows for pre-saved configurations.
How could it be implemented
- Have
geth load defaults for cli options from a config file from somewhere like ./data-dir/<config-file>.
- Anything provided via command line would override values from a config file.
- Allow specifying a specific config file with something like
--config
Cute animal picture

What is wrong?
Parity allows configuration via a config file. This is very convenient for a number of reasons.
--bootnodes. Being able to hide these within a config file makes command line interaction easier.--configallows for pre-saved configurations.How could it be implemented
gethload defaults for cli options from a config file from somewhere like./data-dir/<config-file>.--configCute animal picture