Skip to content

Commit e469aeb

Browse files
committed
Release picocli version 3.6.0
1 parent 92ac998 commit e469aeb

File tree

112 files changed

+3308
-847
lines changed

Some content is hidden

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

112 files changed

+3308
-847
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Picocli-based applications can easily [integrate](https://picocli.info/#_depende
4444
![Picocli Demo help message with ANSI colors](docs/images/picocli.Demo.png?raw=true)
4545

4646
### Releases
47-
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.5.2
47+
* [Releases](https://github.com/remkop/picocli/releases) - latest: 3.6.0
4848
* [Picocli 3.0.0 Release Notes](https://github.com/remkop/picocli/releases/tag/v3.0.0) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v3.0.0#3.0.0-breaking-changes) from prior versions
4949
* [Picocli 2.0 Release Notes](https://github.com/remkop/picocli/releases/tag/v2.0.0) - note there are some [potential breaking changes](https://github.com/remkop/picocli/releases/tag/v2.0.0#2.0-breaking-changes) from prior versions
5050

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

167167
### Gradle
168168
```
169-
compile 'info.picocli:picocli:3.5.2'
169+
compile 'info.picocli:picocli:3.6.0'
170170
```
171171
### Maven
172172
```
173173
<dependency>
174174
<groupId>info.picocli</groupId>
175175
<artifactId>picocli</artifactId>
176-
<version>3.5.2</version>
176+
<version>3.6.0</version>
177177
</dependency>
178178
```
179179
### Scala SBT
180180
```
181-
libraryDependencies += "info.picocli" % "picocli" % "3.5.2"
181+
libraryDependencies += "info.picocli" % "picocli" % "3.6.0"
182182
```
183183
### Ivy
184184
```
185-
<dependency org="info.picocli" name="picocli" rev="3.5.2" />
185+
<dependency org="info.picocli" name="picocli" rev="3.6.0" />
186186
```
187187
### Grape
188188
```groovy
189189
@Grapes(
190-
@Grab(group='info.picocli', module='picocli', version='3.5.2')
190+
@Grab(group='info.picocli', module='picocli', version='3.6.0')
191191
)
192192
```
193193
### Leiningen
194194
```
195-
[info.picocli/picocli "3.5.2"]
195+
[info.picocli/picocli "3.6.0"]
196196
```
197197
### Buildr
198198
```
199-
'info.picocli:picocli:jar:3.5.2'
199+
'info.picocli:picocli:jar:3.6.0'
200200
```

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="3.6.0"></a> Picocli 3.6.0 (UNRELEASED)
3+
# <a name="3.6.0"></a> Picocli 3.6.0
44
The picocli community is pleased to announce picocli 3.6.0.
55

66
This release contains new features, bugfixes and enhancements.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group 'info.picocli'
22
description 'Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.'
3-
version '3.6.0-SNAPSHOT'
3+
version '3.6.0'
44

55
// for bumpVersion task
6-
def oldVersion = '3\\.5\\.3-SNAPSHOT'
6+
def oldVersion = '3\\.6\\.0-SNAPSHOT'
77
def oldRevdate = '2018\\-08\\-14'
8-
def revDate = '2018-08-14'
8+
def revDate = '2018-09-12'
99

1010
// for bumpReadmeVersion task
1111
def previousReleaseVersion = '3.5.2'

docs/announcing-picocli-1.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ <h2 id="_feedback_welcome">Feedback Welcome</h2>
638638
</div>
639639
<div id="footer">
640640
<div id="footer-text">
641-
Last updated 2017-12-28 22:53:33 +09:00
641+
Last updated 2018-09-07 22:08:47 +09:00
642642
</div>
643643
</div>
644644
</body>

docs/apidocs/allclasses-frame.html

Lines changed: 5 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_161) on Tue Aug 14 12:48:00 JST 2018 -->
6-
<title>All Classes (picocli 3.5.2 API)</title>
7-
<meta name="date" content="2018-08-14">
5+
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6+
<title>All Classes (picocli 3.6.0 API)</title>
7+
<meta name="date" content="2018-09-12">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
3535
<li><a href="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli" target="classFrame">CommandLine.Help.TextTable.Cell</a></li>
3636
<li><a href="picocli/CommandLine.Help.Visibility.html" title="enum in picocli" target="classFrame">CommandLine.Help.Visibility</a></li>
3737
<li><a href="picocli/CommandLine.HelpCommand.html" title="class in picocli" target="classFrame">CommandLine.HelpCommand</a></li>
38+
<li><a href="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
3839
<li><a href="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IExceptionHandler</span></a></li>
3940
<li><a href="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
4041
<li><a href="picocli/CommandLine.IFactory.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.IFactory</span></a></li>
@@ -53,6 +54,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
5354
<li><a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.CommandSpec</a></li>
5455
<li><a href="picocli/CommandLine.Model.IGetter.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.Model.IGetter</span></a></li>
5556
<li><a href="picocli/CommandLine.Model.ISetter.html" title="interface in picocli" target="classFrame"><span class="interfaceName">CommandLine.Model.ISetter</span></a></li>
57+
<li><a href="picocli/CommandLine.Model.Messages.html" title="class in picocli" target="classFrame">CommandLine.Model.Messages</a></li>
5658
<li><a href="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec</a></li>
5759
<li><a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec.Builder</a></li>
5860
<li><a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.ParserSpec</a></li>

docs/apidocs/allclasses-noframe.html

Lines changed: 5 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_161) on Tue Aug 14 12:48:00 JST 2018 -->
6-
<title>All Classes (picocli 3.5.2 API)</title>
7-
<meta name="date" content="2018-08-14">
5+
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6+
<title>All Classes (picocli 3.6.0 API)</title>
7+
<meta name="date" content="2018-09-12">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -35,6 +35,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
3535
<li><a href="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli">CommandLine.Help.TextTable.Cell</a></li>
3636
<li><a href="picocli/CommandLine.Help.Visibility.html" title="enum in picocli">CommandLine.Help.Visibility</a></li>
3737
<li><a href="picocli/CommandLine.HelpCommand.html" title="class in picocli">CommandLine.HelpCommand</a></li>
38+
<li><a href="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli"><span class="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
3839
<li><a href="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli"><span class="interfaceName">CommandLine.IExceptionHandler</span></a></li>
3940
<li><a href="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli"><span class="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
4041
<li><a href="picocli/CommandLine.IFactory.html" title="interface in picocli"><span class="interfaceName">CommandLine.IFactory</span></a></li>
@@ -53,6 +54,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
5354
<li><a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></li>
5455
<li><a href="picocli/CommandLine.Model.IGetter.html" title="interface in picocli"><span class="interfaceName">CommandLine.Model.IGetter</span></a></li>
5556
<li><a href="picocli/CommandLine.Model.ISetter.html" title="interface in picocli"><span class="interfaceName">CommandLine.Model.ISetter</span></a></li>
57+
<li><a href="picocli/CommandLine.Model.Messages.html" title="class in picocli">CommandLine.Model.Messages</a></li>
5658
<li><a href="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli">CommandLine.Model.OptionSpec</a></li>
5759
<li><a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></li>
5860
<li><a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a></li>

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_161) on Tue Aug 14 12:48:00 JST 2018 -->
6-
<title>Constant Field Values (picocli 3.5.2 API)</title>
7-
<meta name="date" content="2018-08-14">
5+
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6+
<title>Constant Field Values (picocli 3.6.0 API)</title>
7+
<meta name="date" content="2018-09-12">
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 3.5.2 API)";
15+
parent.document.title="Constant Field Values (picocli 3.6.0 API)";
1616
}
1717
}
1818
catch(err) {
@@ -94,7 +94,7 @@ <h2 title="picocli">picocli.*</h2>
9494
<!-- -->
9595
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
9696
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
97-
<td class="colLast"><code>"3.5.2"</code></td>
97+
<td class="colLast"><code>"3.6.0"</code></td>
9898
</tr>
9999
</tbody>
100100
</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_161) on Tue Aug 14 12:48:00 JST 2018 -->
6-
<title>Deprecated List (picocli 3.5.2 API)</title>
7-
<meta name="date" content="2018-08-14">
5+
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6+
<title>Deprecated List (picocli 3.6.0 API)</title>
7+
<meta name="date" content="2018-09-12">
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 3.5.2 API)";
15+
parent.document.title="Deprecated List (picocli 3.6.0 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_161) on Tue Aug 14 12:48:01 JST 2018 -->
6-
<title>API Help (picocli 3.5.2 API)</title>
7-
<meta name="date" content="2018-08-14">
5+
<!-- Generated by javadoc (1.8.0_161) on Wed Sep 12 21:50:08 JST 2018 -->
6+
<title>API Help (picocli 3.6.0 API)</title>
7+
<meta name="date" content="2018-09-12">
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 3.5.2 API)";
15+
parent.document.title="API Help (picocli 3.6.0 API)";
1616
}
1717
}
1818
catch(err) {

0 commit comments

Comments
 (0)