Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make configuration file options pluggable #2

Open
sfc-gh-mkeller opened this issue Dec 12, 2022 · 0 comments
Open

Make configuration file options pluggable #2

sfc-gh-mkeller opened this issue Dec 12, 2022 · 0 comments

Comments

@sfc-gh-mkeller
Copy link
Owner

sfc-gh-mkeller commented Dec 12, 2022

We need to write (or find) a configuration parser that can be plugged by plugins for verification puposes. For example; what if a plugin wants to accept a file that exists and has a .txt extension.
Alternatively; we could possibly go the same way that configparser does, where verification and casting would be up to the plugins once we give them the strings, but then we'll need to add another hook, what would that look like?

@sfc-gh-mkeller sfc-gh-mkeller added this to the Plugin rewrite milestone Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant