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

Empty default for ARG_USE_ENV help text incorrect #79

Closed
hemna opened this issue Apr 16, 2019 · 0 comments · Fixed by #86
Closed

Empty default for ARG_USE_ENV help text incorrect #79

hemna opened this issue Apr 16, 2019 · 0 comments · Fixed by #86
Labels
Milestone

Comments

@hemna
Copy link

hemna commented Apr 16, 2019

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.
@hemna hemna changed the title Empty default for ARG_ENV help text incorrect Empty default for ARG_USE_ENV help text incorrect Apr 16, 2019
@matejak matejak added this to the 2.8.1 milestone Apr 17, 2019
@matejak matejak added the bug label Apr 17, 2019
matejak added a commit that referenced this issue May 11, 2019
matejak added a commit that referenced this issue May 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants