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

Documentation incorrect regarding boolean #101

Open
scriptcoded opened this issue Aug 21, 2024 · 0 comments
Open

Documentation incorrect regarding boolean #101

scriptcoded opened this issue Aug 21, 2024 · 0 comments

Comments

@scriptcoded
Copy link

Hey!

Following the closing of #91 I noticed that the documentation still says that boolean environment variables can be substituted with 0 or 1. Looking at the environment variable parsing, this is not the case.

Suggested fix: Update the following comment to not mention the number format and instead that the parsing is case-insensitive.

+ > Note:  `0` is equivalent to `False` and `1` is equivalent to `True` for boolean as int values.
- > Note:  Boolean values are case insensitive. For example, `True` and `true` are equivalent.
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