core-geth icon indicating copy to clipboard operation
core-geth copied to clipboard

flag-equal config file

Open meowsbits opened this issue 5 years ago • 0 comments

geth accepts a flag --config which gets marshaled into a special data type. https://github.com/ethereum/go-ethereum/blob/master/eth/config.go#L90

Maybe also supported should be an --config.flags path which would provide a direct mapping for a toml config file (not the same as other existing --config file) to app flags, which could be implemented at the level of the cli.App.

meowsbits avatar Mar 27 '20 11:03 meowsbits