Skip to content

Commit

Permalink
Release picocli version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 5, 2020
1 parent c4b6b7e commit 9f1de2f
Show file tree
Hide file tree
Showing 158 changed files with 3,352 additions and 1,061 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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.3.2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.3.2)
* Latest: 4.4.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.4.0)
* 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 Down Expand Up @@ -226,9 +226,9 @@ If you like picocli, there are a few things you can do to help:
* Upvote my [StackOverflow answer](https://stackoverflow.com/a/43780433/1446916) to "How do I parse command line arguments in Java?"
* Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives?

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.3.2-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.4.0-green.svg)](https://github.com/remkop/picocli)
```
[![picocli](https://img.shields.io/badge/picocli-4.3.2-green.svg)](https://github.com/remkop/picocli)
[![picocli](https://img.shields.io/badge/picocli-4.4.0-green.svg)](https://github.com/remkop/picocli)
```


Expand Down Expand Up @@ -316,35 +316,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav

### Gradle
```
compile 'info.picocli:picocli:4.3.2'
compile 'info.picocli:picocli:4.4.0'
```
### Maven
```
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.3.2</version>
<version>4.4.0</version>
</dependency>
```
### Scala SBT
```
libraryDependencies += "info.picocli" % "picocli" % "4.3.2"
libraryDependencies += "info.picocli" % "picocli" % "4.4.0"
```
### Ivy
```
<dependency org="info.picocli" name="picocli" rev="4.3.2" />
<dependency org="info.picocli" name="picocli" rev="4.4.0" />
```
### Grape
```groovy
@Grapes(
@Grab(group='info.picocli', module='picocli', version='4.3.2')
@Grab(group='info.picocli', module='picocli', version='4.4.0')
)
```
### Leiningen
```
[info.picocli/picocli "4.3.2"]
[info.picocli/picocli "4.4.0"]
```
### Buildr
```
'info.picocli:picocli:jar:4.3.2'
'info.picocli:picocli:jar:4.4.0'
```
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# picocli Release Notes

# <a name="4.4.0"></a> Picocli 4.4.0 (UNRELEASED)
# <a name="4.4.0"></a> Picocli 4.4.0
The picocli community is pleased to announce picocli 4.4.0.

This release contains over 45 bugfixes, enhancements, and new features.
Expand Down
6 changes: 3 additions & 3 deletions docs/A-Whirlwind-Tour-of-Picocli.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,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.3.2</span>
<span id="revnumber">version 4.4.0</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1966,8 +1966,8 @@ <h2 id="_conclusion">Conclusion</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.3.2<br>
Last updated 2019-11-14 09:38:16 +0900
Version 4.4.0<br>
Last updated 2020-06-07 07:46:58 +0900
</div>
</div>
</body>
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 @@ -528,7 +528,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.3.2,</span>
<span id="revnumber">version 4.4.0,</span>
<span id="revdate">2017-09-10</span>
</div>
</div>
Expand Down Expand Up @@ -652,7 +652,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 4.3.2<br>
Version 4.4.0<br>
Last updated 2018-12-02 18:44:56 +0900
</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
<title>All Classes (picocli 4.3.2 API)</title>
<meta name="date" content="2020-05-16">
<!-- Generated by javadoc -->
<title>All Classes (picocli 4.4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
5 changes: 2 additions & 3 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
<title>All Classes (picocli 4.3.2 API)</title>
<meta name="date" content="2020-05-16">
<!-- Generated by javadoc -->
<title>All Classes (picocli 4.4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
9 changes: 4 additions & 5 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
<title>Constant Field Values (picocli 4.3.2 API)</title>
<meta name="date" content="2020-05-16">
<!-- Generated by javadoc -->
<title>Constant Field Values (picocli 4.4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (picocli 4.3.2 API)";
parent.document.title="Constant Field Values (picocli 4.4.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -141,7 +140,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"4.3.2"</code></td>
<td class="colLast"><code>"4.4.0"</code></td>
</tr>
</tbody>
</table>
Expand Down
13 changes: 7 additions & 6 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
<title>Deprecated List (picocli 4.3.2 API)</title>
<meta name="date" content="2020-05-16">
<!-- Generated by javadoc -->
<title>Deprecated List (picocli 4.4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (picocli 4.3.2 API)";
parent.document.title="Deprecated List (picocli 4.4.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -192,7 +191,9 @@ <h2 title="Contents">Contents</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="picocli/CommandLine.Help.html#addSubcommand-java.lang.String-java.lang.Object-">picocli.CommandLine.Help.addSubcommand(String, Object)</a>&nbsp;</td>
<td class="colOne"><a href="picocli/CommandLine.Help.html#addSubcommand-java.lang.String-java.lang.Object-">picocli.CommandLine.Help.addSubcommand(String, Object)</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.html#addAllSubcommands-java.util.Map-"><code>CommandLine.Help.addAllSubcommands(Map)</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="picocli/CommandLine.AbstractHandler.html#andExit-int-">picocli.CommandLine.AbstractHandler.andExit(int)</a>
Expand Down Expand Up @@ -479,7 +480,7 @@ <h2 title="Contents">Contents</h2>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="picocli/CommandLine.Help.TextTable.html#TextTable-picocli.CommandLine.Help.Ansi-picocli.CommandLine.Help.Column:A-">picocli.CommandLine.Help.TextTable(CommandLine.Help.Ansi, CommandLine.Help.Column[])</a>
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.TextTable.html#TextTable-picocli.CommandLine.Help.ColorScheme-picocli.CommandLine.Help.Column:A-"><code>CommandLine.Help.TextTable.CommandLine.Help.TextTable(CommandLine.Help.ColorScheme, CommandLine.Help.Column[])</code></a> instead</span></div>
<div class="block"><span class="deprecationComment">use <code>picocli.CommandLine.Help.TextTable#TextTable(picocli.CommandLine.Help.ColorScheme, picocli.CommandLine.Help.Column[])</code> instead</span></div>
</td>
</tr>
</tbody>
Expand Down
7 changes: 3 additions & 4 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
<title>API Help (picocli 4.3.2 API)</title>
<meta name="date" content="2020-05-16">
<!-- Generated by javadoc -->
<title>API Help (picocli 4.4.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (picocli 4.3.2 API)";
parent.document.title="API Help (picocli 4.4.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 9f1de2f

Please sign in to comment.