-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Groovy-8520 picocli-based CliBuilder #687
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ecd3060 - Browse repository at this point
Copy the full SHA ecd3060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16645af - Browse repository at this point
Copy the full SHA 16645afView commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 979d2f9 - Browse repository at this point
Copy the full SHA 979d2f9View commit details -
GROOVY-8520 fix failing test CliBuilderTest.testParseFromInstance: me…
…thod invocation parameters must be an array
Configuration menu - View commit details
-
Copy full SHA for c42284a - Browse repository at this point
Copy the full SHA c42284aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e5ca6 - Browse repository at this point
Copy the full SHA b9e5ca6View commit details -
GROOVY-8520 for multi-value options, cli.optionName should return the…
… first element in the list
Configuration menu - View commit details
-
Copy full SHA for 261181a - Browse repository at this point
Copy the full SHA 261181aView commit details -
GROOVY-8520 fix failing CliBuilderTest.testMixedBurstingAndLongOption…
…s: to be backwards compatible, longOpt names should be registered with both a single hyphen and with two hyphens in picocli.
Configuration menu - View commit details
-
Copy full SHA for 69f2660 - Browse repository at this point
Copy the full SHA 69f2660View commit details -
GROOVY-8520 fix CliBuilderTest.testMixedBurstingAndLongOptions: if yo…
…u reuse the same CliBuilder instance multiple times, the previous parse result interacts with the next parse result (e.g., boolean flags are toggled, collections are added to, etc)
Configuration menu - View commit details
-
Copy full SHA for c405cfd - Browse repository at this point
Copy the full SHA c405cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc00052 - Browse repository at this point
Copy the full SHA bc00052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea2733 - Browse repository at this point
Copy the full SHA 5ea2733View commit details
Commits on Apr 5, 2018
-
GROOVY-8520 bugfixes, revert TypedOption, support name property, supp…
…ress trace output
Configuration menu - View commit details
-
Copy full SHA for 7c1530e - Browse repository at this point
Copy the full SHA 7c1530eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29dab5f - Browse repository at this point
Copy the full SHA 29dab5fView commit details
Commits on Apr 6, 2018
-
GROOVY-8520 replace Unmatched with PositionalParams to support strong…
…ly typed @unparsed fields/methods
Configuration menu - View commit details
-
Copy full SHA for d0cf7a2 - Browse repository at this point
Copy the full SHA d0cf7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1821e98 - Browse repository at this point
Copy the full SHA 1821e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7668333 - Browse repository at this point
Copy the full SHA 7668333View commit details
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c342b2e - Browse repository at this point
Copy the full SHA c342b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6652b9 - Browse repository at this point
Copy the full SHA e6652b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a913e0 - Browse repository at this point
Copy the full SHA 6a913e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699521b - Browse repository at this point
Copy the full SHA 699521bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5aab2 - Browse repository at this point
Copy the full SHA eb5aab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dbd91 - Browse repository at this point
Copy the full SHA 98dbd91View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 29174a7 - Browse repository at this point
Copy the full SHA 29174a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a6f38 - Browse repository at this point
Copy the full SHA 82a6f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22ce49 - Browse repository at this point
Copy the full SHA b22ce49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d82aa9 - Browse repository at this point
Copy the full SHA 0d82aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251d319 - Browse repository at this point
Copy the full SHA 251d319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b5234 - Browse repository at this point
Copy the full SHA 55b5234View commit details
Commits on Apr 13, 2018
-
GROOVY-8520 docs; fix initialization bug on reuse (requires 3.0.0-bet…
…a-1 ArgSpec.Builder.hasInitialValue API)
Configuration menu - View commit details
-
Copy full SHA for d1211ad - Browse repository at this point
Copy the full SHA d1211adView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb12d2c - Browse repository at this point
Copy the full SHA eb12d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8317bcf - Browse repository at this point
Copy the full SHA 8317bcfView commit details
Commits on Apr 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 07e077f - Browse repository at this point
Copy the full SHA 07e077fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 698a7db - Browse repository at this point
Copy the full SHA 698a7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057e40b - Browse repository at this point
Copy the full SHA 057e40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e35a922 - Browse repository at this point
Copy the full SHA e35a922View commit details -
GROOVY-8520 revert back to commons-cli implementation (picocli versio…
…n lives in groovy-cli-picocli module)
Configuration menu - View commit details
-
Copy full SHA for 7238cee - Browse repository at this point
Copy the full SHA 7238ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8025626 - Browse repository at this point
Copy the full SHA 8025626View commit details -
GROOVY-8520 revert back to commons-cli implementation (picocli versio…
…n lives in groovy-cli-picocli module)
Configuration menu - View commit details
-
Copy full SHA for 6474256 - Browse repository at this point
Copy the full SHA 6474256View commit details
Commits on Apr 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f958d1f - Browse repository at this point
Copy the full SHA f958d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93f2ee - Browse repository at this point
Copy the full SHA f93f2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc2a0c - Browse repository at this point
Copy the full SHA 3fc2a0cView commit details
Commits on Apr 19, 2018
-
GROOVY-8520 when option is matched multiple times, return first typed…
… value, not the final value
Configuration menu - View commit details
-
Copy full SHA for e868c78 - Browse repository at this point
Copy the full SHA e868c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4da210 - Browse repository at this point
Copy the full SHA b4da210View commit details -
Configuration menu - View commit details
-
Copy full SHA for a704be7 - Browse repository at this point
Copy the full SHA a704be7View commit details
Commits on Apr 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fe5b212 - Browse repository at this point
Copy the full SHA fe5b212View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9507a0 - Browse repository at this point
Copy the full SHA c9507a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab9662 - Browse repository at this point
Copy the full SHA 3ab9662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e136ff - Browse repository at this point
Copy the full SHA 5e136ffView commit details