You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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
49
49
*[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
50
50
@@ -166,35 +166,35 @@ See the [source code](https://github.com/remkop/picocli/blob/master/src/main/jav
Copy file name to clipboardExpand all lines: build.gradle
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
group 'info.picocli'
2
2
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.'
<li><ahref="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli" target="classFrame">CommandLine.Help.TextTable.Cell</a></li>
36
36
<li><ahref="picocli/CommandLine.Help.Visibility.html" title="enum in picocli" target="classFrame">CommandLine.Help.Visibility</a></li>
37
37
<li><ahref="picocli/CommandLine.HelpCommand.html" title="class in picocli" target="classFrame">CommandLine.HelpCommand</a></li>
38
+
<li><ahref="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
38
39
<li><ahref="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.IExceptionHandler</span></a></li>
39
40
<li><ahref="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
40
41
<li><ahref="picocli/CommandLine.IFactory.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.IFactory</span></a></li>
<li><ahref="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.CommandSpec</a></li>
54
55
<li><ahref="picocli/CommandLine.Model.IGetter.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.Model.IGetter</span></a></li>
55
56
<li><ahref="picocli/CommandLine.Model.ISetter.html" title="interface in picocli" target="classFrame"><spanclass="interfaceName">CommandLine.Model.ISetter</span></a></li>
57
+
<li><ahref="picocli/CommandLine.Model.Messages.html" title="class in picocli" target="classFrame">CommandLine.Model.Messages</a></li>
56
58
<li><ahref="picocli/CommandLine.Model.OptionSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec</a></li>
57
59
<li><ahref="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli" target="classFrame">CommandLine.Model.OptionSpec.Builder</a></li>
58
60
<li><ahref="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli" target="classFrame">CommandLine.Model.ParserSpec</a></li>
<li><ahref="picocli/CommandLine.Help.TextTable.Cell.html" title="class in picocli">CommandLine.Help.TextTable.Cell</a></li>
36
36
<li><ahref="picocli/CommandLine.Help.Visibility.html" title="enum in picocli">CommandLine.Help.Visibility</a></li>
37
37
<li><ahref="picocli/CommandLine.HelpCommand.html" title="class in picocli">CommandLine.HelpCommand</a></li>
38
+
<li><ahref="picocli/CommandLine.IDefaultValueProvider.html" title="interface in picocli"><spanclass="interfaceName">CommandLine.IDefaultValueProvider</span></a></li>
38
39
<li><ahref="picocli/CommandLine.IExceptionHandler.html" title="interface in picocli"><spanclass="interfaceName">CommandLine.IExceptionHandler</span></a></li>
39
40
<li><ahref="picocli/CommandLine.IExceptionHandler2.html" title="interface in picocli"><spanclass="interfaceName">CommandLine.IExceptionHandler2</span></a></li>
40
41
<li><ahref="picocli/CommandLine.IFactory.html" title="interface in picocli"><spanclass="interfaceName">CommandLine.IFactory</span></a></li>
0 commit comments