We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the way the configuration is currently interfaced with could be improved
keys are currently not validated
could probably trim the dependency on appdirs with an approach like this
appdirs
https://github.com/pallets/click/blob/8b48450d5d63c747600e069d4c3e2274f41c8360/src/click/utils.py#L412
also see how poetry handles its config
poetry
The text was updated successfully, but these errors were encountered:
an option is to move the config into a database table #24
Sorry, something went wrong.
No branches or pull requests
the way the configuration is currently interfaced with could be improved
keys are currently not validated
could probably trim the dependency on
appdirs
with an approach like thishttps://github.com/pallets/click/blob/8b48450d5d63c747600e069d4c3e2274f41c8360/src/click/utils.py#L412
also see how
poetry
handles its configThe text was updated successfully, but these errors were encountered: