You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently quite complex to determine which options are available and how to configure the validator, plus configuration is spread in multiple places in the codebase
Proposed Solution
We could have a single defined config, which accept a toml file, and also allows overrides through CLI arguments and ENV variables using clap.
We should support the -h flag to list all available options, using Clap or similar
Comment
Clap should support all of this configurations: (from a toml config file, plus args and environment variables override)`.
Description
We currently allow two types of configurations:
It is currently quite complex to determine which options are available and how to configure the validator, plus configuration is spread in multiple places in the codebase
Proposed Solution
clap
.-h
flag to list all available options, using Clap or similarComment
Clap should support all of this configurations: (from a toml config file, plus args and environment variables override)`.
Naive approach:
The text was updated successfully, but these errors were encountered: