Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Move from an options dict to a "config" (or similar) dict #230

Open
konklone opened this issue Mar 29, 2018 · 0 comments
Open

Move from an options dict to a "config" (or similar) dict #230

konklone opened this issue Mar 29, 2018 · 0 comments

Comments

@konklone
Copy link
Contributor

Have all environment-wide configuration move into a variable (probably a dict, like it exists today), which has values from the CLI, values derived from those CLI flags, values from env vars, etc.

One config (or similarly named) thing that has this data. This could be instantiated at the top of the scan and gather files, and instantiated as part of the (planned) class-based approach to individual gatherers and scanners (who could access it as e.g. self.config).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant