-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
It should be possible to provide configuration options via a config file, for options which are largely invariant within a project / environment. We should follow general recommendations (clig.dev, 12 factor).
NOTE: adding a
-c/--configflag will require renaming the rules specification flag (maybe-r/--rules?)
Objective: support layered config via cli options or config flags
Requirements:
- decide on implementation (possible solutions: config-rs, clap+serde)
- rename existing options as needed
- implement according to above recommendations
- demo config + tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers