diff --git a/README.md b/README.md index cd63c98e9..ac7569093 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The user manual has examples of integrating with [Guice](https://picocli.info/#_ ### Releases * [All Releases](https://github.com/remkop/picocli/releases) -* Latest: 4.7.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.7.0) +* Latest: 4.7.1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.7.1) * 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) @@ -88,7 +88,7 @@ The user manual has examples of integrating with [Guice](https://picocli.info/#_ * [4.x User manual: https://picocli.info](https://picocli.info) * [4.x Quick Guide](https://picocli.info/quick-guide.html) * [4.x API Javadoc](https://picocli.info/apidocs/) -* [PREVIEW: Modular Javadoc for all artifacts (4.7.0-SNAPSHOT)](https://picocli.info/apidocs-all/) +* [PREVIEW: Modular Javadoc for all artifacts (4.7.1-SNAPSHOT)](https://picocli.info/apidocs-all/) * [Command line autocompletion](https://picocli.info/autocomplete.html) * [Programmatic API](https://picocli.info/picocli-programmatic-api.html) * [FAQ](https://github.com/remkop/picocli/wiki/FAQ) @@ -270,9 +270,9 @@ If you like picocli, help others discover picocli: #### Spread the joy! :tada: * Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives? * Mention that your project uses picocli in the documentation of your project. -* Show that your GitHub project uses picocli, with this badge in your README.md: [![picocli](https://img.shields.io/badge/picocli-4.7.0-green.svg)](https://github.com/remkop/picocli) +* Show that your GitHub project uses picocli, with this badge in your README.md: [![picocli](https://img.shields.io/badge/picocli-4.7.1-green.svg)](https://github.com/remkop/picocli) ``` -[![picocli](https://img.shields.io/badge/picocli-4.7.0-green.svg)](https://github.com/remkop/picocli) +[![picocli](https://img.shields.io/badge/picocli-4.7.1-green.svg)](https://github.com/remkop/picocli) ``` #### Preach it! :muscle: @@ -363,41 +363,41 @@ See the [source code](https://github.com/remkop/picocli/blob/main/src/main/java/ ### Gradle ``` -implementation 'info.picocli:picocli:4.7.0' +implementation 'info.picocli:picocli:4.7.1' ``` ### Maven ``` info.picocli picocli - 4.7.0 + 4.7.1 ``` ### Scala SBT ``` -libraryDependencies += "info.picocli" % "picocli" % "4.7.0" +libraryDependencies += "info.picocli" % "picocli" % "4.7.1" ``` ### Ivy ``` - + ``` ### Grape ```groovy @Grapes( - @Grab(group='info.picocli', module='picocli', version='4.7.0') + @Grab(group='info.picocli', module='picocli', version='4.7.1') ) ``` ### Leiningen ``` -[info.picocli/picocli "4.7.0"] +[info.picocli/picocli "4.7.1"] ``` ### Buildr ``` -'info.picocli:picocli:jar:4.7.0' +'info.picocli:picocli:jar:4.7.1' ``` ### JBang ``` -//DEPS info.picocli:picocli:4.7.0 +//DEPS info.picocli:picocli:4.7.1 ``` diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 793764533..bc9e7e682 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,7 +1,7 @@ # picocli Release Notes -# Picocli 4.7.1 (UNRELEASED) +# Picocli 4.7.1 The picocli community is pleased to announce picocli 4.7.1. This release includes bugfixes and enhancements. diff --git a/dependencies.gradle b/dependencies.gradle index d928ea502..896f752a3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,9 +7,9 @@ ext { // projectPreviousPublishedVersion is non-SNAPSHOT, only published releases projectPreviousPublishedVersion = "4\\.7\\.0" // for task bumpReadmeVersion // projectPreviousVersionRegex may be a SNAPSHOT - projectPreviousVersionRegex = "4\\.7\\.0" // for task bumpVersion - projectVersion = "4.7.1-SNAPSHOT" // for all build tasks - releaseDate = "2022-10-31" // for task bumpVersion + projectPreviousVersionRegex = "4\\.7\\.1-SNAPSHOT" // for task bumpVersion + projectVersion = "4.7.1" // for all build tasks + releaseDate = "2023-01-27" // for task bumpVersion releaseDatePreviousRegex = "2022\\-10\\-31" // for task bumpVersion // DEPENDENCIES diff --git a/docs/A-Whirlwind-Tour-of-Picocli.html b/docs/A-Whirlwind-Tour-of-Picocli.html index dcd0ce8fd..a6975ebb6 100644 --- a/docs/A-Whirlwind-Tour-of-Picocli.html +++ b/docs/A-Whirlwind-Tour-of-Picocli.html @@ -1646,7 +1646,7 @@

A Whirlwind Tour of Picocli

Remko Popma
-version 4.7.0 +version 4.7.1
@@ -3084,8 +3084,8 @@

Conclusion

diff --git a/docs/announcing-picocli-1.0.html b/docs/announcing-picocli-1.0.html index 8946a06e4..3de915c72 100644 --- a/docs/announcing-picocli-1.0.html +++ b/docs/announcing-picocli-1.0.html @@ -608,7 +608,7 @@

Announcing picocli 1.0 - a mighty tiny command line interface

Remko Popma
-version 4.7.0, +version 4.7.1, 2017-09-10
@@ -732,8 +732,8 @@

Feedback Welcome

diff --git a/docs/apidocs-all/allclasses-frame.html b/docs/apidocs-all/allclasses-frame.html index ff3e87a7f..e307d6ad8 100644 --- a/docs/apidocs-all/allclasses-frame.html +++ b/docs/apidocs-all/allclasses-frame.html @@ -3,7 +3,7 @@ -All Classes (picocli 4.7.0 API) +All Classes (picocli 4.7.1 API) diff --git a/docs/apidocs-all/allclasses-index.html b/docs/apidocs-all/allclasses-index.html index 4a63cbc97..ffd371da8 100644 --- a/docs/apidocs-all/allclasses-index.html +++ b/docs/apidocs-all/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (picocli 4.7.0 API) +All Classes (picocli 4.7.1 API) @@ -21,7 +21,7 @@ diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index 28f590f2e..ceb611d83 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -3,7 +3,7 @@ -All Classes (picocli 4.7.0 API) +All Classes (picocli 4.7.1 API) diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 8e1bbd022..71736217b 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -3,7 +3,7 @@ -Constant Field Values (picocli 4.7.0 API) +Constant Field Values (picocli 4.7.1 API) @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,13 +11,13 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ diff --git a/docs/apidocs/picocli/package-summary.html b/docs/apidocs/picocli/package-summary.html index 5de3fdfd9..3aeafe9c8 100644 --- a/docs/apidocs/picocli/package-summary.html +++ b/docs/apidocs/picocli/package-summary.html @@ -3,7 +3,7 @@ -picocli (picocli 4.7.0 API) +picocli (picocli 4.7.1 API) @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@ - - - - - - + + + @@ -2560,8 +2485,8 @@
Usi
Gradle
dependencies {
-    implementation 'info.picocli:picocli:4.7.0'
-    annotationProcessor 'info.picocli:picocli-codegen:4.7.0'
+    implementation 'info.picocli:picocli:4.7.1'
+    annotationProcessor 'info.picocli:picocli-codegen:4.7.1'
 }
 
 
@@ -2583,7 +2508,7 @@ 
Usi <path> <groupId>info.picocli</groupId> <artifactId>picocli-codegen</artifactId> - <version>4.7.0</version> + <version>4.7.1</version> </path> </annotationProcessorPaths> <compilerArgs> @@ -2608,7 +2533,7 @@
apply plugin: 'kotlin-kapt' // required dependencies { // ... - kapt 'info.picocli:picocli-codegen:4.7.0' + kapt 'info.picocli:picocli-codegen:4.7.1' }
@@ -2651,7 +2576,7 @@

-
java -cp "picocli-4.7.0.jar:checksum.jar" CheckSum --algorithm SHA-1 hello.txt
+
java -cp "picocli-4.7.1.jar:checksum.jar" CheckSum --algorithm SHA-1 hello.txt
@@ -16661,7 +16586,7 @@

<dependency> <groupId>info.picocli</groupId> <artifactId>picocli-spring-boot-starter</artifactId> - <version>4.7.0</version> + <version>4.7.1</version> </dependency>

@@ -16669,7 +16594,7 @@

Gradle (Groovy)
dependencies {
-    implementation 'info.picocli:picocli-spring-boot-starter:4.7.0'
+    implementation 'info.picocli:picocli-spring-boot-starter:4.7.1'
 }
@@ -16677,7 +16602,7 @@

Gradle (Kotlin)
dependencies {
-    implementation("info.picocli:picocli-spring-boot-starter:4.7.0")
+    implementation("info.picocli:picocli-spring-boot-starter:4.7.1")
 }
@@ -18344,7 +18269,7 @@

-
java -cp "picocli-4.7.0.jar;myapp.jar" org.myorg.MyMainClass --option=value arg0 arg1
+
java -cp "picocli-4.7.1.jar;myapp.jar" org.myorg.MyMainClass --option=value arg0 arg1
-
alias mycommand='java -cp "/path/to/picocli-4.7.0.jar:/path/to/myapp.jar" org.myorg.MainClass'
+
alias mycommand='java -cp "/path/to/picocli-4.7.1.jar:/path/to/myapp.jar" org.myorg.MainClass'
@@ -18421,8 +18346,8 @@

-

GraalVM native images have some limitations and require some extra configuration -to be able to use features like reflection, resources (including resource bundles) and dynamic proxies.

+

GraalVM native images have some limitations and require some extra configuration +to be able to use features like reflection, resources (including resource bundles) and dynamic proxies.

@@ -18435,7 +18360,7 @@

By embedding these configuration files, your jar is instantly Graal-enabled: the -native-image tool +native-image tool used to generate the native executable is able to get the configuration from the jar. In most cases no further configuration is needed when generating a native image.

@@ -18445,7 +18370,7 @@

-
path/to/native-image -cp picocli-4.7.0.jar --static -jar myapp.jar
+
path/to/native-image -cp picocli-4.7.1.jar --static -jar myapp.jar
-
@Grab('info.picocli:picocli-groovy:4.7.0')
+
@Grab('info.picocli:picocli-groovy:4.7.1')
 @GrabConfig(systemClassLoader=true)
 @Command(name = "myScript",
         mixinStandardHelpOptions = true, // add --help and --version options
@@ -18743,7 +18668,7 @@ 

30.1.2. G When upgrading scripts from picocli versions older than 4.0, just changing the version number is not enough! -Scripts should use @Grab('info.picocli:picocli-groovy:4.7.0'). The old artifact id @Grab('info.picocli:picocli:4.7.0') will not work, +Scripts should use @Grab('info.picocli:picocli-groovy:4.7.1'). The old artifact id @Grab('info.picocli:picocli:4.7.1') will not work, because the @picocli.groovy.PicocliScript annotation class and supporting classes have been moved into a separate module, picocli-groovy. @@ -18850,7 +18775,7 @@

-
@Grab('info.picocli:picocli-groovy:4.7.0')
+
@Grab('info.picocli:picocli-groovy:4.7.1')
 @GrabExclude('org.codehaus.groovy:groovy-all') // work around GROOVY-7613
 ...
@@ -18977,7 +18902,7 @@

30.3. Scala

31. API JavaDoc

-

Picocli API JavaDoc can be found here.

+

Picocli API JavaDoc can be found here.

See also: Picocli 3.x JavaDoc.

@@ -19041,13 +18966,13 @@

37.1. Build too
Gradle
-
implementation 'info.picocli:picocli:4.7.0'
+
implementation 'info.picocli:picocli:4.7.1'
Gradle (Kotlin)
-
implementation("info.picocli:picocli:4.7.0")
+
implementation("info.picocli:picocli:4.7.1")
@@ -19056,46 +18981,46 @@

37.1. Build too
<dependency>
   <groupId>info.picocli</groupId>
   <artifactId>picocli</artifactId>
-  <version>4.7.0</version>
+  <version>4.7.1</version>
 </dependency>

Scala SBT
-
libraryDependencies += "info.picocli" % "picocli" % "4.7.0"
+
libraryDependencies += "info.picocli" % "picocli" % "4.7.1"
Ivy
-
<dependency org="info.picocli" name="picocli" rev="4.7.0" />
+
<dependency org="info.picocli" name="picocli" rev="4.7.1" />
Grape
@Grapes(
-    @Grab(group='info.picocli', module='picocli', version='4.7.0')
+    @Grab(group='info.picocli', module='picocli', version='4.7.1')
 )
Leiningen
-
[info.picocli/picocli "4.7.0"]
+
[info.picocli/picocli "4.7.1"]
Buildr
-
'info.picocli:picocli:jar:4.7.0'
+
'info.picocli:picocli:jar:4.7.1'
JBang
-
//DEPS info.picocli:picocli:4.7.0
+
//DEPS info.picocli:picocli:4.7.1
@@ -19103,7 +19028,7 @@

37.1. Build too

37.2. Source

By using picocli in source form, you can avoid having an external dependency on picocli. -Picocli has only one source file: CommandLine.java. +Picocli has only one source file: CommandLine.java. This facilitates including picocli in your project: simply copy and paste the code of this file into a file called CommandLine.java, add it to your project, and enjoy!

@@ -19112,8 +19037,8 @@

37.2. Source

@@ -19151,4 +19076,4 @@

37.2. Source

handleTocOnResize(); - + \ No newline at end of file diff --git a/docs/man/gen-manpage.html b/docs/man/gen-manpage.html index a155e907b..f48d8bb73 100644 --- a/docs/man/gen-manpage.html +++ b/docs/man/gen-manpage.html @@ -579,7 +579,7 @@

Example

-
java -Duser.language=de -cp "myapp.jar;picocli-4.7.0.jar;picocli-codegen-4.7.0.jar" picocli.codegen.docgen.manpage.ManPageGenerator my.pkg.MyClass
+
java -Duser.language=de -cp "myapp.jar;picocli-4.7.1.jar;picocli-codegen-4.7.1.jar" picocli.codegen.docgen.manpage.ManPageGenerator my.pkg.MyClass
@@ -587,8 +587,8 @@

Example

diff --git a/docs/man/gen-proxy-config.html b/docs/man/gen-proxy-config.html index 6791d972f..20c32f34f 100644 --- a/docs/man/gen-proxy-config.html +++ b/docs/man/gen-proxy-config.html @@ -460,7 +460,7 @@

Description

Generates a JSON file with the interface names to generate dynamic proxy classes for in the native image. The generated JSON file can be passed to the -H:DynamicProxyConfigurationFiles=/path/to/proxy-config.json option of the native-image GraalVM utility. -See https://www.graalvm.org/22.2/reference-manual/native-image/dynamic-features/DynamicProxy/

+See https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/DynamicProxy/

@@ -540,7 +540,7 @@

Example

-
java -cp "myapp.jar;picocli-4.7.0.jar;picocli-codegen-4.7.0.jar" picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator my.pkg.MyClass
+
java -cp "myapp.jar;picocli-4.7.1.jar;picocli-codegen-4.7.1.jar" picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator my.pkg.MyClass
@@ -548,8 +548,8 @@

Example

diff --git a/docs/man/gen-reflect-config.html b/docs/man/gen-reflect-config.html index 100702712..fb8ae75b7 100644 --- a/docs/man/gen-reflect-config.html +++ b/docs/man/gen-reflect-config.html @@ -460,7 +460,7 @@

Description

Generates a JSON file with the program elements that will be accessed reflectively for the specified @Command classes. The generated JSON file can be passed to the -H:ReflectionConfigurationFiles=/path/to/reflect-config.json option of the native-image GraalVM utility. -See https://www.graalvm.org/22.2/reference-manual/native-image/dynamic-features/Reflection/

+See https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/Reflection/

@@ -536,7 +536,7 @@

Example

-
java -cp "myapp.jar;picocli-4.7.0.jar;picocli-codegen-4.7.0.jar" picocli.codegen.aot.graalvm.ReflectionConfigGenerator my.pkg.MyClass
+
java -cp "myapp.jar;picocli-4.7.1.jar;picocli-codegen-4.7.1.jar" picocli.codegen.aot.graalvm.ReflectionConfigGenerator my.pkg.MyClass
@@ -544,8 +544,8 @@

Example

diff --git a/docs/man/gen-resource-config.html b/docs/man/gen-resource-config.html index 607004a4b..ad3acb6b2 100644 --- a/docs/man/gen-resource-config.html +++ b/docs/man/gen-resource-config.html @@ -461,7 +461,7 @@

Description

Generates a JSON file with the resources and resource bundles to include in the native image. The generated JSON file can be passed to the -H:ResourceConfigurationFiles=/path/to/resource-config.json option of the native-image GraalVM utility. -See https://www.graalvm.org/22.2/reference-manual/native-image/dynamic-features/Resources/

+See https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/Resources/

@@ -545,7 +545,7 @@

Example

-
java -cp "myapp.jar;picocli-4.7.0.jar;picocli-codegen-4.7.0.jar" picocli.codegen.aot.graalvm.ResourceConfigGenerator my.pkg.MyClass
+
java -cp "myapp.jar;picocli-4.7.1.jar;picocli-codegen-4.7.1.jar" picocli.codegen.aot.graalvm.ResourceConfigGenerator my.pkg.MyClass
@@ -553,8 +553,8 @@

Example

diff --git a/docs/man/generate-completion.html b/docs/man/generate-completion.html index 6293a7905..45d8b8d90 100644 --- a/docs/man/generate-completion.html +++ b/docs/man/generate-completion.html @@ -487,8 +487,8 @@

Options

diff --git a/docs/man/index.html b/docs/man/index.html index b750082db..d2a045cc5 100644 --- a/docs/man/index.html +++ b/docs/man/index.html @@ -516,7 +516,7 @@
@@ -548,8 +548,8 @@

Picocli Built-In Tools

diff --git a/docs/man/picocli.AutoComplete.html b/docs/man/picocli.AutoComplete.html index 275ee95a8..0edc79233 100644 --- a/docs/man/picocli.AutoComplete.html +++ b/docs/man/picocli.AutoComplete.html @@ -574,7 +574,7 @@

Example

-
java -cp "myapp.jar;picocli-4.7.0.jar" \
+
java -cp "myapp.jar;picocli-4.7.1.jar" \
             picocli.AutoComplete my.pkg.MyClass
@@ -583,8 +583,8 @@

Example

diff --git a/docs/migrating-from-commons-cli.html b/docs/migrating-from-commons-cli.html index 26c3dba6b..54a3a3f22 100644 --- a/docs/migrating-from-commons-cli.html +++ b/docs/migrating-from-commons-cli.html @@ -608,7 +608,7 @@

Migrating from Commons CLI to picocli

Remko Popma
-version 4.7.0, +version 4.7.1, 2018-11-19
@@ -1048,8 +1048,8 @@

Conclusion

diff --git a/docs/picocli-2.0-do-more-with-less.html b/docs/picocli-2.0-do-more-with-less.html index 267f5177c..08afe4595 100644 --- a/docs/picocli-2.0-do-more-with-less.html +++ b/docs/picocli-2.0-do-more-with-less.html @@ -606,7 +606,7 @@
@@ -995,8 +995,8 @@

Conclusion

diff --git a/docs/picocli-2.0-groovy-scripts-on-steroids.html b/docs/picocli-2.0-groovy-scripts-on-steroids.html index 8a7a60fae..44ec82a3f 100644 --- a/docs/picocli-2.0-groovy-scripts-on-steroids.html +++ b/docs/picocli-2.0-groovy-scripts-on-steroids.html @@ -606,7 +606,7 @@
@@ -885,8 +885,8 @@

Conclusion

diff --git a/docs/picocli-on-graalvm.html b/docs/picocli-on-graalvm.html index 51c489f28..844ec96bb 100644 --- a/docs/picocli-on-graalvm.html +++ b/docs/picocli-on-graalvm.html @@ -517,7 +517,7 @@
@@ -627,7 +627,7 @@

Generating the Configuration File

Compiling a Native Image

-

This assumes you have GraalVM installed, with prerequisites. From the site:

+

This assumes you have GraalVM installed, with prerequisites. From the site:

@@ -733,8 +733,8 @@

Conclusion

diff --git a/docs/picocli-programmatic-api.adoc b/docs/picocli-programmatic-api.adoc index bf4555c72..4f44ecc20 100644 --- a/docs/picocli-programmatic-api.adoc +++ b/docs/picocli-programmatic-api.adoc @@ -1,8 +1,8 @@ = Programmatic API //:author: Remko Popma //:email: rpopma@apache.org -:revnumber: 4.7.1-SNAPSHOT -:revdate: 2022-10-31 +:revnumber: 4.7.1 +:revdate: 2023-01-27 :toc: left :numbered: :toclevels: 2 diff --git a/docs/picocli-programmatic-api.html b/docs/picocli-programmatic-api.html index 3d75cb473..ac7dd80ff 100644 --- a/docs/picocli-programmatic-api.html +++ b/docs/picocli-programmatic-api.html @@ -517,8 +517,8 @@