From 8a92085f013e1aab548dc9abb1e8cb12b0d23a8c Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Sun, 8 Dec 2019 16:51:39 +0900 Subject: [PATCH] Release picocli version 4.1.2 --- README.md | 20 +- docs/A-Whirlwind-Tour-of-Picocli.html | 4 +- docs/announcing-picocli-1.0.html | 4 +- docs/apidocs/allclasses-frame.html | 6 +- docs/apidocs/allclasses-noframe.html | 6 +- docs/apidocs/constant-values.html | 54 +- docs/apidocs/deprecated-list.html | 8 +- docs/apidocs/help-doc.html | 8 +- docs/apidocs/index-all.html | 14 +- docs/apidocs/index.html | 4 +- docs/apidocs/overview-summary.html | 10 +- docs/apidocs/overview-tree.html | 46 +- .../AutoComplete.GenerateCompletion.html | 22 +- docs/apidocs/picocli/AutoComplete.html | 52 +- .../picocli/CommandLine.AbstractHandler.html | 58 +- ...ommandLine.AbstractParseResultHandler.html | 20 +- .../apidocs/picocli/CommandLine.ArgGroup.html | 24 +- docs/apidocs/picocli/CommandLine.Command.html | 124 +-- .../CommandLine.DefaultExceptionHandler.html | 34 +- .../CommandLine.DuplicateNameException.html | 30 +- ...e.DuplicateOptionAnnotationsException.html | 30 +- .../CommandLine.ExecutionException.html | 38 +- .../apidocs/picocli/CommandLine.ExitCode.html | 16 +- .../picocli/CommandLine.Help.Ansi.IStyle.html | 20 +- .../picocli/CommandLine.Help.Ansi.Style.html | 60 +- .../picocli/CommandLine.Help.Ansi.Text.html | 60 +- .../picocli/CommandLine.Help.Ansi.html | 50 +- .../CommandLine.Help.ColorScheme.Builder.html | 32 +- .../picocli/CommandLine.Help.ColorScheme.html | 56 +- .../CommandLine.Help.Column.Overflow.html | 32 +- .../picocli/CommandLine.Help.Column.html | 16 +- .../CommandLine.Help.IOptionRenderer.html | 8 +- .../CommandLine.Help.IParamLabelRenderer.html | 16 +- .../CommandLine.Help.IParameterRenderer.html | 8 +- .../picocli/CommandLine.Help.Layout.html | 30 +- .../CommandLine.Help.TextTable.Cell.html | 16 +- .../picocli/CommandLine.Help.TextTable.html | 42 +- .../picocli/CommandLine.Help.Visibility.html | 32 +- docs/apidocs/picocli/CommandLine.Help.html | 296 +++---- .../picocli/CommandLine.HelpCommand.html | 40 +- .../CommandLine.IDefaultValueProvider.html | 16 +- .../CommandLine.IExceptionHandler.html | 24 +- .../CommandLine.IExceptionHandler2.html | 14 +- ...ommandLine.IExecutionExceptionHandler.html | 16 +- .../CommandLine.IExecutionStrategy.html | 8 +- .../CommandLine.IExitCodeExceptionMapper.html | 12 +- .../CommandLine.IExitCodeGenerator.html | 8 +- .../apidocs/picocli/CommandLine.IFactory.html | 16 +- ...CommandLine.IHelpCommandInitializable.html | 20 +- ...ommandLine.IHelpCommandInitializable2.html | 16 +- .../picocli/CommandLine.IHelpFactory.html | 8 +- .../CommandLine.IHelpSectionRenderer.html | 12 +- ...mmandLine.INegatableOptionTransformer.html | 24 +- .../CommandLine.IParameterConsumer.html | 12 +- ...ommandLine.IParameterExceptionHandler.html | 16 +- .../CommandLine.IParseResultHandler.html | 24 +- .../CommandLine.IParseResultHandler2.html | 10 +- .../picocli/CommandLine.ITypeConverter.html | 16 +- .../picocli/CommandLine.IVersionProvider.html | 16 +- .../CommandLine.InitializationException.html | 38 +- ...ommandLine.MaxValuesExceededException.html | 30 +- ...CommandLine.MissingParameterException.html | 42 +- ...andLine.MissingTypeConverterException.html | 30 +- docs/apidocs/picocli/CommandLine.Mixin.html | 16 +- ...ommandLine.Model.ArgGroupSpec.Builder.html | 44 +- .../CommandLine.Model.ArgGroupSpec.html | 66 +- .../picocli/CommandLine.Model.ArgSpec.html | 98 +-- .../CommandLine.Model.CommandSpec.html | 196 ++--- .../CommandLine.Model.IAnnotatedElement.html | 34 +- .../picocli/CommandLine.Model.IGetter.html | 12 +- .../picocli/CommandLine.Model.IOrdered.html | 8 +- .../picocli/CommandLine.Model.IScope.html | 8 +- .../picocli/CommandLine.Model.ISetter.html | 12 +- .../picocli/CommandLine.Model.ITypeInfo.html | 36 +- .../picocli/CommandLine.Model.Messages.html | 68 +- .../CommandLine.Model.MethodParam.html | 80 +- .../CommandLine.Model.OptionSpec.Builder.html | 128 +-- .../picocli/CommandLine.Model.OptionSpec.html | 60 +- .../picocli/CommandLine.Model.ParserSpec.html | 46 +- ...ine.Model.PositionalParamSpec.Builder.html | 114 +-- ...CommandLine.Model.PositionalParamSpec.html | 26 +- ...ommandLine.Model.UnmatchedArgsBinding.html | 16 +- .../CommandLine.Model.UsageMessageSpec.html | 218 ++--- docs/apidocs/picocli/CommandLine.Model.html | 16 +- ...ndLine.MutuallyExclusiveArgsException.html | 30 +- docs/apidocs/picocli/CommandLine.Option.html | 70 +- ...ommandLine.OverwrittenOptionException.html | 30 +- .../CommandLine.ParameterException.html | 62 +- ...ommandLine.ParameterIndexGapException.html | 30 +- .../picocli/CommandLine.Parameters.html | 64 +- .../picocli/CommandLine.ParentCommand.html | 12 +- .../CommandLine.ParseResult.Builder.html | 28 +- .../CommandLine.ParseResult.GroupMatch.html | 30 +- ...dLine.ParseResult.GroupMatchContainer.html | 26 +- .../picocli/CommandLine.ParseResult.html | 76 +- .../picocli/CommandLine.PicocliException.html | 40 +- ...CommandLine.PropertiesDefaultProvider.html | 40 +- docs/apidocs/picocli/CommandLine.Range.html | 72 +- .../CommandLine.RegexTransformer.Builder.html | 32 +- .../picocli/CommandLine.RegexTransformer.html | 38 +- docs/apidocs/picocli/CommandLine.RunAll.html | 48 +- .../apidocs/picocli/CommandLine.RunFirst.html | 48 +- docs/apidocs/picocli/CommandLine.RunLast.html | 48 +- docs/apidocs/picocli/CommandLine.Spec.html | 12 +- .../CommandLine.TypeConversionException.html | 30 +- .../picocli/CommandLine.Unmatched.html | 12 +- ...ommandLine.UnmatchedArgumentException.html | 62 +- docs/apidocs/picocli/CommandLine.html | 756 +++++++++--------- docs/apidocs/picocli/package-frame.html | 6 +- docs/apidocs/picocli/package-summary.html | 8 +- docs/apidocs/picocli/package-tree.html | 48 +- docs/apidocs/serialized-form.html | 16 +- docs/autocomplete.adoc | 4 +- docs/autocomplete.html | 8 +- docs/groovy-2.5-clibuilder-renewal-part1.html | 4 +- docs/groovy-2.5-clibuilder-renewal-part2.html | 4 +- docs/groovy-2.5-clibuilder-renewal.html | 4 +- docs/index.adoc | 28 +- docs/index.html | 76 +- docs/migrating-from-commons-cli.html | 4 +- docs/picocli-2.0-do-more-with-less.html | 4 +- ...icocli-2.0-groovy-scripts-on-steroids.html | 4 +- docs/picocli-on-graalvm.html | 4 +- docs/picocli-programmatic-api.adoc | 2 +- docs/picocli-programmatic-api.html | 6 +- docs/quick-guide.adoc | 4 +- docs/quick-guide.html | 18 +- gradle.properties | 6 +- picocli-codegen/README.adoc | 36 +- .../example-gradle-project/build.gradle | 6 +- .../example-maven-project-shading/pom.xml | 4 +- .../example-maven-project-simple/pom.xml | 4 +- picocli-groovy/README.md | 2 +- picocli-spring-boot-starter/README.md | 4 +- src/main/java/picocli/CommandLine.java | 2 +- src/test/java/picocli/CommandLineTest.java | 2 +- 136 files changed, 2617 insertions(+), 2573 deletions(-) diff --git a/README.md b/README.md index b5989885e..6dcc45f0b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The user manual has an [example](https://picocli.info/#_guice_example) of integr ### Releases * [All Releases](https://github.com/remkop/picocli/releases) -* Latest: 4.1.1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.1.1) +* Latest: 4.1.2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.1.2) * Older: Picocli 4.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0) * Older: Picocli 3.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0) * Older: Picocli 2.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0) @@ -166,9 +166,9 @@ Join the [picocli Google group](https://groups.google.com/d/forum/picocli) if yo Glad to see more people are using picocli. We must be doing something right. :-) ### Help to promote picocli -If you like picocli and your project is on GitHub, consider adding this badge to your README.md: [![picocli](https://img.shields.io/badge/picocli-4.1.1-green.svg)](https://github.com/remkop/picocli) +If you like picocli and your project is on GitHub, consider adding this badge to your README.md: [![picocli](https://img.shields.io/badge/picocli-4.1.2-green.svg)](https://github.com/remkop/picocli) ``` -[![picocli](https://img.shields.io/badge/picocli-4.1.1-green.svg)](https://github.com/remkop/picocli) +[![picocli](https://img.shields.io/badge/picocli-4.1.2-green.svg)](https://github.com/remkop/picocli) ``` @@ -256,35 +256,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav ### Gradle ``` -compile 'info.picocli:picocli:4.1.1' +compile 'info.picocli:picocli:4.1.2' ``` ### Maven ``` info.picocli picocli - 4.1.1 + 4.1.2 ``` ### Scala SBT ``` -libraryDependencies += "info.picocli" % "picocli" % "4.1.1" +libraryDependencies += "info.picocli" % "picocli" % "4.1.2" ``` ### Ivy ``` - + ``` ### Grape ```groovy @Grapes( - @Grab(group='info.picocli', module='picocli', version='4.1.1') + @Grab(group='info.picocli', module='picocli', version='4.1.2') ) ``` ### Leiningen ``` -[info.picocli/picocli "4.1.1"] +[info.picocli/picocli "4.1.2"] ``` ### Buildr ``` -'info.picocli:picocli:jar:4.1.1' +'info.picocli:picocli:jar:4.1.2' ``` diff --git a/docs/A-Whirlwind-Tour-of-Picocli.html b/docs/A-Whirlwind-Tour-of-Picocli.html index 47c05cd72..882173a42 100644 --- a/docs/A-Whirlwind-Tour-of-Picocli.html +++ b/docs/A-Whirlwind-Tour-of-Picocli.html @@ -528,7 +528,7 @@

A Whirlwind Tour of Picocli

Remko Popma
-version 4.1.1 +version 4.1.2
@@ -1966,7 +1966,7 @@

Conclusion

diff --git a/docs/announcing-picocli-1.0.html b/docs/announcing-picocli-1.0.html index cc561e3ec..3da64d2f9 100644 --- a/docs/announcing-picocli-1.0.html +++ b/docs/announcing-picocli-1.0.html @@ -528,7 +528,7 @@

Announcing picocli 1.0 - a mighty tiny command line interface

Remko Popma
-version 4.1.1, +version 4.1.2, 2017-09-10
@@ -652,7 +652,7 @@

Feedback Welcome

diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 9c20b67ce..e0f38919a 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (picocli 4.1.1 API) - + +All Classes (picocli 4.1.2 API) + diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index 0261f3546..bb79380a6 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (picocli 4.1.1 API) - + +All Classes (picocli 4.1.2 API) + diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 9c9214bc0..262b609ab 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,9 +2,9 @@ - -Constant Field Values (picocli 4.1.1 API) - + +Constant Field Values (picocli 4.1.2 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/apidocs/picocli/package-summary.html b/docs/apidocs/picocli/package-summary.html index a86a5fec5..72639170f 100644 --- a/docs/apidocs/picocli/package-summary.html +++ b/docs/apidocs/picocli/package-summary.html @@ -2,9 +2,9 @@ - -picocli (picocli 4.1.1 API) - + +picocli (picocli 4.1.2 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@