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
show_environment(name):
show_environment(name)
Remove name lookups, add getenv(name:str)
name
getenv(name:str)
show_*_options(name:str)
Remove show_*_options(name:str), return all options by default
Use show_*_option(name:str) for individual lookups
show_*_option(name:str)
The text was updated successfully, but these errors were encountered:
EnvironmentMixin
Successfully merging a pull request may close this issue.
show_environment(name)
:Remove
name
lookups, addgetenv(name:str)
show_*_options(name:str)
Remove
show_*_options(name:str)
, return all options by defaultUse
show_*_option(name:str)
for individual lookupsThe text was updated successfully, but these errors were encountered: