Skip to content

Commit

Permalink
Release picocli version 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jun 3, 2023
1 parent ca8e3fc commit 2483904
Show file tree
Hide file tree
Showing 528 changed files with 1,633 additions and 1,298 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.7.3)
* Latest: 4.7.4 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.7.4)
* 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)
Expand All @@ -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.3-SNAPSHOT)](https://picocli.info/apidocs-all/)
* [PREVIEW: Modular Javadoc for all artifacts (4.7.4-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)
Expand Down Expand Up @@ -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.3-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.4-green.svg)](https://github.com/remkop/picocli)
```
[![picocli](https://img.shields.io/badge/picocli-4.7.3-green.svg)](https://github.com/remkop/picocli)
[![picocli](https://img.shields.io/badge/picocli-4.7.4-green.svg)](https://github.com/remkop/picocli)
```

#### Preach it! :muscle:
Expand Down Expand Up @@ -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.3'
implementation 'info.picocli:picocli:4.7.4'
```
### Maven
```
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.3</version>
<version>4.7.4</version>
</dependency>
```
### Scala SBT
```
libraryDependencies += "info.picocli" % "picocli" % "4.7.3"
libraryDependencies += "info.picocli" % "picocli" % "4.7.4"
```
### Ivy
```
<dependency org="info.picocli" name="picocli" rev="4.7.3" />
<dependency org="info.picocli" name="picocli" rev="4.7.4" />
```
### Grape
```groovy
@Grapes(
@Grab(group='info.picocli', module='picocli', version='4.7.3')
@Grab(group='info.picocli', module='picocli', version='4.7.4')
)
```
### Leiningen
```
[info.picocli/picocli "4.7.3"]
[info.picocli/picocli "4.7.4"]
```
### Buildr
```
'info.picocli:picocli:jar:4.7.3'
'info.picocli:picocli:jar:4.7.4'
```

### JBang
```
//DEPS info.picocli:picocli:4.7.3
//DEPS info.picocli:picocli:4.7.4
```

6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ext {
// projectPreviousPublishedVersion is non-SNAPSHOT, only published releases
projectPreviousPublishedVersion = "4\\.7\\.3" // for task bumpReadmeVersion
// projectPreviousVersionRegex may be a SNAPSHOT
projectPreviousVersionRegex = "4\\.7\\.3" // for task bumpVersion
projectVersion = "4.7.4-SNAPSHOT" // for all build tasks
releaseDate = "2023-04-16" // for task bumpVersion
projectPreviousVersionRegex = "4\\.7\\.4-SNAPSHOT" // for task bumpVersion
projectVersion = "4.7.4" // for all build tasks
releaseDate = "2023-06-03" // for task bumpVersion
releaseDatePreviousRegex = "2023\\-04\\-16" // for task bumpVersion

// DEPENDENCIES
Expand Down
4 changes: 2 additions & 2 deletions docs/A-Whirlwind-Tour-of-Picocli.html
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@
<h1>A Whirlwind Tour of Picocli</h1>
<div class="details">
<span id="author" class="author">Remko Popma</span><br>
<span id="revnumber">version 4.7.3</span>
<span id="revnumber">version 4.7.4</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -3084,7 +3084,7 @@ <h2 id="_conclusion">Conclusion</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.7.3<br>
Version 4.7.4<br>
Last updated 2023-03-12 17:36:31 +0900
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/announcing-picocli-1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<h1>Announcing picocli 1.0 - a mighty tiny command line interface</h1>
<div class="details">
<span id="author" class="author">Remko Popma</span><br>
<span id="revnumber">version 4.7.3,</span>
<span id="revnumber">version 4.7.4,</span>
<span id="revdate">2017-09-10</span>
</div>
</div>
Expand Down Expand Up @@ -732,7 +732,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.7.3<br>
Version 4.7.4<br>
Last updated 2023-03-12 17:36:32 +0900
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs-all/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (picocli 4.7.3 API)</title>
<title>All Classes (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (picocli 4.7.3 API)</title>
<title>All Classes (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (picocli 4.7.3 API)";
parent.document.title="All Classes (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs-all/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (picocli 4.7.3 API)</title>
<title>All Classes (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (picocli 4.7.3 API)</title>
<title>All Packages (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (picocli 4.7.3 API)";
parent.document.title="All Packages (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs-all/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (picocli 4.7.3 API)</title>
<title>Constant Field Values (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (picocli 4.7.3 API)";
parent.document.title="Constant Field Values (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -174,7 +174,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="info.picocli/picocli/CommandLine.html#VERSION">VERSION</a></code></th>
<td class="colLast"><code>"4.7.3"</code></td>
<td class="colLast"><code>"4.7.4"</code></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (picocli 4.7.3 API)</title>
<title>Deprecated List (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (picocli 4.7.3 API)";
parent.document.title="Deprecated List (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (picocli 4.7.3 API)</title>
<title>API Help (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (picocli 4.7.3 API)";
parent.document.title="API Help (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>A-Index (picocli 4.7.3 API)</title>
<title>A-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="A-Index (picocli 4.7.3 API)";
parent.document.title="A-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>J-Index (picocli 4.7.3 API)</title>
<title>J-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="J-Index (picocli 4.7.3 API)";
parent.document.title="J-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>K-Index (picocli 4.7.3 API)</title>
<title>K-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="K-Index (picocli 4.7.3 API)";
parent.document.title="K-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>L-Index (picocli 4.7.3 API)</title>
<title>L-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="L-Index (picocli 4.7.3 API)";
parent.document.title="L-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>M-Index (picocli 4.7.3 API)</title>
<title>M-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="M-Index (picocli 4.7.3 API)";
parent.document.title="M-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
12 changes: 10 additions & 2 deletions docs/apidocs-all/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>N-Index (picocli 4.7.3 API)</title>
<title>N-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="N-Index (picocli 4.7.3 API)";
parent.document.title="N-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -115,10 +115,18 @@ <h2 class="title">N</h2>
<dd>
<div class="block">Returns name of this command.</div>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli.shell.jline3/picocli/shell/jline3/PicocliCommands.html#name()">name()</a></span> - Method in class picocli.shell.jline3.<a href="../info.picocli.shell.jline3/picocli/shell/jline3/PicocliCommands.html" title="class in picocli.shell.jline3">PicocliCommands</a></dt>
<dd>
<div class="block">Returns the name shown for this collection of picocli commands in the usage help message.</div>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html#name(java.lang.String)">name(String)</a></span> - Method in class picocli.<a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></dt>
<dd>
<div class="block">Sets the String to use as the program name in the synopsis line of the help message.</div>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli.shell.jline3/picocli/shell/jline3/PicocliCommands.html#name(java.lang.String)">name(String)</a></span> - Method in class picocli.shell.jline3.<a href="../info.picocli.shell.jline3/picocli/shell/jline3/PicocliCommands.html" title="class in picocli.shell.jline3">PicocliCommands</a></dt>
<dd>
<div class="block">Sets the name shown for this collection of picocli commands in the usage help message.</div>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html#names()">names()</a></span> - Method in class picocli.<a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></dt>
<dd>
<div class="block">Returns all names of this command, including <a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html#name()"><code>CommandLine.Model.CommandSpec.name()</code></a> and <a href="../info.picocli/picocli/CommandLine.Model.CommandSpec.html#aliases()"><code>CommandLine.Model.CommandSpec.aliases()</code></a>.</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs-all/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>O-Index (picocli 4.7.3 API)</title>
<title>O-Index (picocli 4.7.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="O-Index (picocli 4.7.3 API)";
parent.document.title="O-Index (picocli 4.7.4 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 2483904

Please sign in to comment.