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 help text output for an ARG_USE_ENV is incorrect when the default is empty or isn't specified.
# ARG_USE_ENV([OS_CLOUD], [], [my blah help text])
or
# ARG_USE_ENV([OS_CLOUD], , [my blah help text])
Both of those result in
Environment variables that are supported: OS_CLOUD: my blah help text.)
I would expect it to be
Environment variables that are supported: OS_CLOUD: my blah help text.
The text was updated successfully, but these errors were encountered:
Fixed the broken env variables help message.
daae63a
Fixes: #79
4fc0b55
Successfully merging a pull request may close this issue.
The help text output for an ARG_USE_ENV is incorrect when the default is empty or isn't specified.
or
Both of those result in
I would expect it to be
The text was updated successfully, but these errors were encountered: