Skip to content

Commit 434394f

Browse files
committed
Release picocli version 4.3.2
1 parent 18187a1 commit 434394f

File tree

157 files changed

+615
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+615
-615
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The user manual has an [example](https://picocli.info/#_guice_example) of integr
7373

7474
### Releases
7575
* [All Releases](https://github.com/remkop/picocli/releases)
76-
* Latest: 4.3.1 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.3.1)
76+
* Latest: 4.3.2 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.3.2)
7777
* Older: Picocli 4.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.0.0)
7878
* Older: Picocli 3.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0)
7979
* Older: Picocli 2.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0)
@@ -211,9 +211,9 @@ If you like picocli, there are a few things you can do to help:
211211
* Upvote my [StackOverflow answer](https://stackoverflow.com/a/43780433/1446916) to "How do I parse command line arguments in Java?"
212212
* Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives?
213213

214-
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.1-green.svg)](https://github.com/remkop/picocli)
214+
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)
215215
```
216-
[![picocli](https://img.shields.io/badge/picocli-4.3.1-green.svg)](https://github.com/remkop/picocli)
216+
[![picocli](https://img.shields.io/badge/picocli-4.3.2-green.svg)](https://github.com/remkop/picocli)
217217
```
218218

219219

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

302302
### Gradle
303303
```
304-
compile 'info.picocli:picocli:4.3.1'
304+
compile 'info.picocli:picocli:4.3.2'
305305
```
306306
### Maven
307307
```
308308
<dependency>
309309
<groupId>info.picocli</groupId>
310310
<artifactId>picocli</artifactId>
311-
<version>4.3.1</version>
311+
<version>4.3.2</version>
312312
</dependency>
313313
```
314314
### Scala SBT
315315
```
316-
libraryDependencies += "info.picocli" % "picocli" % "4.3.1"
316+
libraryDependencies += "info.picocli" % "picocli" % "4.3.2"
317317
```
318318
### Ivy
319319
```
320-
<dependency org="info.picocli" name="picocli" rev="4.3.1" />
320+
<dependency org="info.picocli" name="picocli" rev="4.3.2" />
321321
```
322322
### Grape
323323
```groovy
324324
@Grapes(
325-
@Grab(group='info.picocli', module='picocli', version='4.3.1')
325+
@Grab(group='info.picocli', module='picocli', version='4.3.2')
326326
)
327327
```
328328
### Leiningen
329329
```
330-
[info.picocli/picocli "4.3.1"]
330+
[info.picocli/picocli "4.3.2"]
331331
```
332332
### Buildr
333333
```
334-
'info.picocli:picocli:jar:4.3.1'
334+
'info.picocli:picocli:jar:4.3.2'
335335
```

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# picocli Release Notes
22

3-
# <a name="4.3.2"></a> Picocli 4.3.2 (UNRELEASED)
3+
# <a name="4.3.2"></a> Picocli 4.3.2
44
The picocli community is pleased to announce picocli 4.3.2.
55

66
This release fixes a bug where the stack trace of an exception in the business logic would omit nested cause exceptions.

docs/A-Whirlwind-Tour-of-Picocli.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
<h1>A Whirlwind Tour of Picocli</h1>
529529
<div class="details">
530530
<span id="author" class="author">Remko Popma</span><br>
531-
<span id="revnumber">version 4.3.1</span>
531+
<span id="revnumber">version 4.3.2</span>
532532
</div>
533533
</div>
534534
<div id="content">
@@ -1966,7 +1966,7 @@ <h2 id="_conclusion">Conclusion</h2>
19661966
</div>
19671967
<div id="footer">
19681968
<div id="footer-text">
1969-
Version 4.3.1<br>
1969+
Version 4.3.2<br>
19701970
Last updated 2019-11-14 09:38:16 +0900
19711971
</div>
19721972
</div>

docs/announcing-picocli-1.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
<h1>Announcing picocli 1.0 - a mighty tiny command line interface</h1>
529529
<div class="details">
530530
<span id="author" class="author">Remko Popma</span><br>
531-
<span id="revnumber">version 4.3.1,</span>
531+
<span id="revnumber">version 4.3.2,</span>
532532
<span id="revdate">2017-09-10</span>
533533
</div>
534534
</div>
@@ -652,7 +652,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
652652
</div>
653653
<div id="footer">
654654
<div id="footer-text">
655-
Version 4.3.1<br>
655+
Version 4.3.2<br>
656656
Last updated 2018-12-02 18:44:56 +0900
657657
</div>
658658
</div>

docs/apidocs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>All Classes (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>All Classes (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>All Classes (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>All Classes (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>Constant Field Values (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>Constant Field Values (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Constant Field Values (picocli 4.3.1 API)";
15+
parent.document.title="Constant Field Values (picocli 4.3.2 API)";
1616
}
1717
}
1818
catch(err) {
@@ -141,7 +141,7 @@ <h2 title="picocli">picocli.*</h2>
141141
<!-- -->
142142
</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>
143143
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
144-
<td class="colLast"><code>"4.3.1"</code></td>
144+
<td class="colLast"><code>"4.3.2"</code></td>
145145
</tr>
146146
</tbody>
147147
</table>

docs/apidocs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>Deprecated List (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>Deprecated List (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Deprecated List (picocli 4.3.1 API)";
15+
parent.document.title="Deprecated List (picocli 4.3.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>API Help (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>API Help (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="API Help (picocli 4.3.1 API)";
15+
parent.document.title="API Help (picocli 4.3.2 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/index-all.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_202) on Fri May 15 07:31:40 JST 2020 -->
6-
<title>Index (picocli 4.3.1 API)</title>
7-
<meta name="date" content="2020-05-15">
5+
<!-- Generated by javadoc (1.8.0_202) on Sat May 16 17:59:31 JST 2020 -->
6+
<title>Index (picocli 4.3.2 API)</title>
7+
<meta name="date" content="2020-05-16">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Index (picocli 4.3.1 API)";
15+
parent.document.title="Index (picocli 4.3.2 API)";
1616
}
1717
}
1818
catch(err) {
@@ -4547,7 +4547,7 @@ <h2 class="title">V</h2>
45474547
</dd>
45484548
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#VERSION">VERSION</a></span> - Static variable in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
45494549
<dd>
4550-
<div class="block">This is picocli version "4.3.1".</div>
4550+
<div class="block">This is picocli version "4.3.2".</div>
45514551
</dd>
45524552
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.OptionSpec.Builder.html#versionHelp--">versionHelp()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></dt>
45534553
<dd>

0 commit comments

Comments
 (0)