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

Multiple options problems #19

Closed
6 tasks done
WindomZ opened this issue Apr 18, 2017 · 0 comments
Closed
6 tasks done

Multiple options problems #19

WindomZ opened this issue Apr 18, 2017 · 0 comments

Comments

@WindomZ
Copy link
Owner

WindomZ commented Apr 18, 2017

Prerequisites

  • Can you reproduce the problem in safe mode?
  • Are you running the latest version?
  • Did you check the debugging guide?
  • Did you check the FAQs on Discuss?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?

Description

Multiple options are not available for the desired help information.

Steps to Reproduce

...
Option("-a").
Option("-b").
Option("-c").
Option("-d").

Expected behavior: [What you expected to happen]
[-a] [-b] [-c] [-d]

Actual behavior: [What actually happened]
[[-a] | [-b] | [-c] | [-d]]

Versions

v1.0.0

WindomZ added a commit that referenced this issue Apr 18, 2017
@WindomZ WindomZ closed this as completed Apr 18, 2017
WindomZ added a commit that referenced this issue Apr 18, 2017
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