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

Multible values to one option #4

Closed
Hejsil opened this issue Apr 16, 2018 · 2 comments
Closed

Multible values to one option #4

Hejsil opened this issue Apr 16, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@Hejsil
Copy link
Owner

Hejsil commented Apr 16, 2018

With #3, it would probably be useful to have command -a som som2 som3 be a shorthand for command -a som -a som2 -a som3.

Questions:

  • Should this always work like this, or should arguments be specified to be of a "many values" kind for it to work.
    • Maybe the user can specify an end arg, that stops the list command -a som som2 --a-end
  • Currently if a takes a value, then command -a -b have -b be the value of a. This should not work for "many values" arguments unless we require them to be ended with some other argument.
@Hejsil Hejsil added the enhancement New feature or request label Apr 16, 2018
@Hejsil
Copy link
Owner Author

Hejsil commented Feb 12, 2019

This would be a breaking change to StreamingClap

@Hejsil
Copy link
Owner Author

Hejsil commented Aug 17, 2019

Out of scope. If the user needs this, they can use StreamingClap and for each param -a passed, add the value of -a to an ArrayList.

@Hejsil Hejsil closed this as completed Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant