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

feat: private variables #32

Merged
merged 1 commit into from
Dec 8, 2023
Merged

feat: private variables #32

merged 1 commit into from
Dec 8, 2023

Conversation

P403n1x87
Copy link
Collaborator

Add support for declaring private environment variables. These accept the new private argument, and are prefixed with an underscore when they are fetched from the source (e.g. the environment). When generating help info, private variables are excluded by default. They can be included by setting the new include_private argument to help_info to True.

Add support for declaring private environment variables. These
accept the new `private` argument, and are prefixed with an
underscore when they are fetched from the source (e.g. the
environment). When generating help info, private variables are
excluded by default. They can be included by setting the new
`include_private` argument to `help_info` to `True`.
@P403n1x87 P403n1x87 merged commit 91757d3 into main Dec 8, 2023
11 checks passed
@P403n1x87 P403n1x87 deleted the feat/private-vars branch December 8, 2023 15:29
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

Successfully merging this pull request may close these issues.

1 participant