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

Initialize ArgSpec value with defaultValue before parsing command line #315

Closed
remkop opened this issue Mar 27, 2018 · 0 comments
Closed

Comments

@remkop
Copy link
Owner

remkop commented Mar 27, 2018

Needed for #258

@remkop remkop added this to the 3.0 milestone Mar 27, 2018
@remkop remkop changed the title ArgSpec.defaultValue property is not type-converted Apply type conversion on ArgSpec.defaultValue Mar 27, 2018
@remkop remkop changed the title Apply type conversion on ArgSpec.defaultValue Initialize ArgSpec value with defaultValue before parsing command line Apr 3, 2018
remkop added a commit that referenced this issue Apr 3, 2018
[#216] Parsed values are no longer appended to, but instead replace, the default value of multi-value (array, Collection or Map) options and positional parameters. Thanks to [wiwie](https://github.com/wiwie) for the request.
[#261] Options and positional parameters with a `defaultValue` are never required. Thanks to [ymenager](https://github.com/ymenager) for the request.
[#315] Initialize ArgSpec value with `defaultValue` before parsing command line.

Closes 216
Closes 261
Closes 315
@remkop remkop closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant