Commit Graph

579 Commits

Author SHA1 Message Date
Remko Popma
320108106a DOC update repeating-composite-demo example 2019-06-14 12:01:59 +09:00
Remko Popma
ed8849a282 DOC update user manual example for repeating-composite-demo 2019-06-14 11:49:47 +09:00
Remko Popma
eb50b0917c DOC update argument group user manual examples 2019-06-14 11:47:09 +09:00
Remko Popma
144f1117ec DOC user manual simplification 2019-06-13 13:04:05 +09:00
Remko Popma
374f05b52a [#625] required subcommand user manual improvement 2019-06-13 10:53:31 +09:00
Remko Popma
ff81c4f5ce [#280] fallback user manual small fix 2019-06-13 10:50:20 +09:00
Remko Popma
4bda6e14e2 [#280] fallbackValue: move content in user manual 2019-06-13 10:47:56 +09:00
Remko Popma
e37ec1af43 BUILD rename next version to 4.0.0-beta-2 (was 4.0.0-rc-1) 2019-06-13 00:55:27 +09:00
Remko Popma
a3e8988483 [#280] small documentation fixes 2019-06-12 22:18:06 +09:00
Remko Popma
7f97c3ea00 [#625] add documentation to user manual and release notes
Closes #625
2019-06-12 22:09:46 +09:00
Remko Popma
4c1a8819dc DOC correction: synopsis for commands with subcommands should show [COMMAND] 2019-06-11 20:27:15 +09:00
Remko Popma
ba48edff78 [#280] API: fallbackValue for options with optional parameter: assign this value when the option was specified on the command line without parameter. 2019-06-11 17:23:06 +09:00
Remko Popma
825b80f896 DOC fix incorrect version numbers in user manual 2019-06-06 19:26:51 +09:00
Remko Popma
8b12b586eb DOC refresh download statistics for May 2019 2019-06-05 21:38:32 +09:00
Remko Popma
2d054d52ad Prepare for next development cycle 2019-06-05 21:16:48 +09:00
Remko Popma
5eb53ffee4 Release picocli version 4.0.0-beta-1b 2019-06-05 20:59:18 +09:00
Remko Popma
77eeeffdbc [#712] Boolean options should not toggle by default, to be consistent with negatable options
Closes #712
2019-06-04 12:27:04 +09:00
Remko Popma
b3d0625382 [#500][#699][#703][#704] add section to user manual on creating native images with GraalVM 2019-06-03 19:35:53 +09:00
Remko Popma
d9ea95ae91 [#500][#699][#703][#704] add image file 2019-06-03 19:26:17 +09:00
Remko Popma
b7025d1edd [#711] Update user manual, release notes and jpms-module/readme 2019-06-03 18:40:36 +09:00
Remko Popma
40b3d26f2e [#711] Update user manual for Groovy scripts: must use @Grab('info.picocli:picocli-groovy:4.x') from now on 2019-06-03 13:09:02 +09:00
Remko Popma
a8bc98bbaa [#711] small fixes in Javadoc and user manual 2019-06-02 07:58:39 +09:00
Remko Popma
c7015dffbb [#694] added documentation for negatable options:
* user manual
* release notes
2019-05-31 21:32:42 +09:00
Remko Popma
76aa0ade39 [#711] add "Java 9 JPMS Modules" section to the user manual 2019-05-31 20:46:11 +09:00
Remko Popma
c4bc7a455f [#700] Change default exit codes to 1 for Exceptions, 2 for invalid usage. Add links to ExitCode javadoc.
Closes #700
2019-05-22 21:42:37 +09:00
Remko Popma
a311283d9a DOC show the use of system properties in the version string 2019-05-18 08:10:13 +09:00
Remko Popma
52b15fb59e Prepare for next development cycle 2019-05-13 21:34:23 +09:00
Remko Popma
5bb3abcbb8 Release picocli version 4.0.0-alpha-3 2019-05-13 21:13:48 +09:00
Remko Popma
8c2f174e01 DOC embed GitHub buttons at the bottom of the GitHub Project section of the manual page 2019-05-07 19:36:25 +09:00
Remko Popma
1c5783798b DOC embed GitHub stargazers button at top of the manual page 2019-05-07 19:29:36 +09:00
Remko Popma
57f76cc8cc [#682][#680] annotation API for exitCodeList and exitCodeListHeading; bugfix in interpolator 2019-05-06 10:15:48 +09:00
Remko Popma
a9bc99127b DOC update download statistics for April 2019 2019-05-05 21:27:49 +09:00
Remko Popma
eb8ed73387 [#681] Add exit code section to I18n example in user manual
Closes #681
2019-05-05 10:55:12 +09:00
Remko Popma
82a4b79521 [#678] Exit Status section in usage help message 2019-05-05 08:47:44 +09:00
Remko Popma
c4702ac1ae DOC the CommandLine.getHelpSectionKeys list in the manual should be zero-based like java.util.List to help users reorder sections 2019-05-05 07:43:59 +09:00
Remko Popma
e2666c24f7 [#561][#650][#424][#541][#663][#672] improve IExecutionExceptionHandler interface to simplify custom implementations; unwrap the ExecutionException in the CommandLine.execute method 2019-05-03 09:06:01 +09:00
Remko Popma
3e21fcb107 Update index.adoc 2019-05-02 14:00:27 +09:00
Remko Popma
1161b05a7a [#561][#650][#424][#541][#663][#672] update user manual, release notes, added test for getExecutionResult
Closes #561
Closes #650
Closes #424
Closes #541
Closes #663
Closes #672
2019-05-02 10:22:16 +09:00
Remko Popma
7886b891f7 [#561][#650][#424][#541][#663][#672] update user manual 2019-05-01 22:29:41 +09:00
Remko Popma
6ea2fd5ee1 Update index.adoc 2019-05-01 21:27:19 +09:00
Remko Popma
267acb6d81 DOC improve link to Javadoc in user manual 2019-04-29 07:23:05 +09:00
Remko Popma
89709e43e9 Prepare for next development cycle 2019-04-18 20:20:13 +09:00
Remko Popma
aed969c0b2 Release picocli version 4.0.0-alpha-2 2019-04-18 19:59:24 +09:00
Remko Popma
fdd411f8ea [#526] documentation improvements 2019-04-18 18:24:13 +09:00
Remko Popma
ef76dc1baf [#526] Further improve support for variable interpolation:
* interpolating an escaped variable should reduce leading $: replace $${VAR} with ${VAR}
* document escaping behaviour
* documentation in user manual

Closes #526
2019-04-18 01:48:04 +09:00
Remko Popma
0360f425f2 #654 improve documentation for i18n/l12n: added more detailed examples 2019-04-12 23:04:20 +09:00
Remko Popma
05e98fd62b DOC link to 3.9.6 user manual 2019-04-06 20:07:33 +09:00
Remko Popma
d53a240964 Release picocli version 3.9.6 2019-04-06 20:00:10 +09:00
Remko Popma
9094c5e92d [#536][#657] optionally interactive options and interactive options of type char[]
* [#657] Support type `char[]` for interactive options
* [#536] Support optionally interactive options

Closes #536
Closes #657
2019-04-06 19:25:46 +09:00
Remko Popma
a3b54a361d DOC: update downloads for March 2019 2019-04-06 19:21:12 +09:00