Skip to content

Commit 8e17976

Browse files
committed
Release picocli version 4.5.0
1 parent 7eec117 commit 8e17976

File tree

158 files changed

+784
-718
lines changed

Some content is hidden

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

158 files changed

+784
-718
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.4.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.4.0)
76+
* Latest: 4.5.0 [Release Notes](https://github.com/remkop/picocli/releases/tag/v4.5.0)
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)
@@ -229,9 +229,9 @@ If you like picocli, there are a few things you can do to help:
229229
* Upvote my [StackOverflow answer](https://stackoverflow.com/a/43780433/1446916) to "How do I parse command line arguments in Java?"
230230
* Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives?
231231

232-
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)
232+
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.5.0-green.svg)](https://github.com/remkop/picocli)
233233
```
234-
[![picocli](https://img.shields.io/badge/picocli-4.4.0-green.svg)](https://github.com/remkop/picocli)
234+
[![picocli](https://img.shields.io/badge/picocli-4.5.0-green.svg)](https://github.com/remkop/picocli)
235235
```
236236

237237

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

320320
### Gradle
321321
```
322-
compile 'info.picocli:picocli:4.4.0'
322+
compile 'info.picocli:picocli:4.5.0'
323323
```
324324
### Maven
325325
```
326326
<dependency>
327327
<groupId>info.picocli</groupId>
328328
<artifactId>picocli</artifactId>
329-
<version>4.4.0</version>
329+
<version>4.5.0</version>
330330
</dependency>
331331
```
332332
### Scala SBT
333333
```
334-
libraryDependencies += "info.picocli" % "picocli" % "4.4.0"
334+
libraryDependencies += "info.picocli" % "picocli" % "4.5.0"
335335
```
336336
### Ivy
337337
```
338-
<dependency org="info.picocli" name="picocli" rev="4.4.0" />
338+
<dependency org="info.picocli" name="picocli" rev="4.5.0" />
339339
```
340340
### Grape
341341
```groovy
342342
@Grapes(
343-
@Grab(group='info.picocli', module='picocli', version='4.4.0')
343+
@Grab(group='info.picocli', module='picocli', version='4.5.0')
344344
)
345345
```
346346
### Leiningen
347347
```
348-
[info.picocli/picocli "4.4.0"]
348+
[info.picocli/picocli "4.5.0"]
349349
```
350350
### Buildr
351351
```
352-
'info.picocli:picocli:jar:4.4.0'
352+
'info.picocli:picocli:jar:4.5.0'
353353
```

RELEASE-NOTES.md

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

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

66
This release contains bug fixes and enhancements.
@@ -9,6 +9,8 @@ The `ColorScheme` class now has new methods `stackTraceText` and `richStackTrace
99

1010
Various bugfixes in the `picocli-codegen` annotation processor.
1111

12+
The user manual now has anchor links before all section titles.
13+
1214
This is the seventy-second public release.
1315
Picocli follows [semantic versioning](http://semver.org/).
1416

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.4.0</span>
531+
<span id="revnumber">version 4.5.0</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.4.0<br>
1969+
Version 4.5.0<br>
19701970
Last updated 2020-06-07 07:46:58 +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.4.0,</span>
531+
<span id="revnumber">version 4.5.0,</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.4.0<br>
655+
Version 4.5.0<br>
656656
Last updated 2018-12-02 18:44:56 +0900
657657
</div>
658658
</div>

docs/apidocs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (picocli 4.4.0 API)</title>
6+
<title>All Classes (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/apidocs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (picocli 4.4.0 API)</title>
6+
<title>All Classes (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/apidocs/constant-values.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Constant Field Values (picocli 4.4.0 API)</title>
6+
<title>Constant Field Values (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Constant Field Values (picocli 4.4.0 API)";
14+
parent.document.title="Constant Field Values (picocli 4.5.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -140,7 +140,7 @@ <h2 title="picocli">picocli.*</h2>
140140
<!-- -->
141141
</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>
142142
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
143-
<td class="colLast"><code>"4.4.0"</code></td>
143+
<td class="colLast"><code>"4.5.0"</code></td>
144144
</tr>
145145
</tbody>
146146
</table>

docs/apidocs/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Deprecated List (picocli 4.4.0 API)</title>
6+
<title>Deprecated List (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Deprecated List (picocli 4.4.0 API)";
14+
parent.document.title="Deprecated List (picocli 4.5.0 API)";
1515
}
1616
}
1717
catch(err) {

docs/apidocs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>API Help (picocli 4.4.0 API)</title>
6+
<title>API Help (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="API Help (picocli 4.4.0 API)";
14+
parent.document.title="API Help (picocli 4.5.0 API)";
1515
}
1616
}
1717
catch(err) {

docs/apidocs/index-all.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Index (picocli 4.4.0 API)</title>
6+
<title>Index (picocli 4.5.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Index (picocli 4.4.0 API)";
14+
parent.document.title="Index (picocli 4.5.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -3618,6 +3618,12 @@ <h2 class="title">R</h2>
36183618
or otherwise, if an exit code <a href="picocli/CommandLine.AbstractHandler.html#andExit-int-">was set</a>, calls <code>System.exit</code> with the configured
36193619
exit code to terminate the currently running Java virtual machine.</div>
36203620
</dd>
3621+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#richStackTraceString-java.lang.Throwable-">richStackTraceString(Throwable)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt>
3622+
<dd>
3623+
<div class="block">Returns a String with the <a href="picocli/CommandLine.Help.ColorScheme.html#errorStyles--"><code>error styles</code></a> applied to the stack trace lines showing the
3624+
throwable class name and error message (including "Caused by:..." lines), and the <a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceStyles--"><code>stack trace styles</code></a>
3625+
applied to the remaining stack trace of lines the specified Throwable.</div>
3626+
</dd>
36213627
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.CommandSpec.html#root--">root()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></dt>
36223628
<dd>
36233629
<div class="block">Returns the root command: the top-level command of the hierarchy, never <code>null</code>.</div>
@@ -4135,7 +4141,11 @@ <h2 class="title">S</h2>
41354141
</dd>
41364142
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceText-java.lang.String-">stackTraceText(String)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt>
41374143
<dd>
4138-
<div class="block">Returns a Text with all stackTrace styles applied to the specified stackTrace string.</div>
4144+
<div class="block">Returns a Text with all stackTrace styles applied to all lines in the specified stackTrace string.</div>
4145+
</dd>
4146+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceText-java.lang.Throwable-">stackTraceText(Throwable)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt>
4147+
<dd>
4148+
<div class="block">Returns a Text with all stackTrace styles applied to all lines in the stack trace of the specified Throwable.</div>
41394149
</dd>
41404150
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.ParserSpec.html#stopAtPositional--">stopAtPositional()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a></dt>
41414151
<dd>&nbsp;</dd>
@@ -4667,7 +4677,7 @@ <h2 class="title">V</h2>
46674677
</dd>
46684678
<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>
46694679
<dd>
4670-
<div class="block">This is picocli version "4.4.0".</div>
4680+
<div class="block">This is picocli version "4.5.0".</div>
46714681
</dd>
46724682
<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>
46734683
<dd>

0 commit comments

Comments
 (0)