Skip to content

Commit

Permalink
Issue #6068: mention pocicli features in xdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 30, 2018
1 parent f3143fa commit bfb598b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jsoref-spellchecker/whitelist.words
Expand Up @@ -80,6 +80,7 @@ atlassian
attlist
attr
autoboxing
autocomplete
autocrlf
Autoproxy
Autowire
Expand Down Expand Up @@ -1402,3 +1403,4 @@ yyyy
Yzz
zf
zh
ZSH
7 changes: 7 additions & 0 deletions src/xdocs/cmdline.xml.vm
Expand Up @@ -167,6 +167,13 @@ java -D<property>=<value> \
specifying a property file using the <code>-p</code> option. If a
property file is specified, the system properties are ignored.
</p>
<p>
CLI is implemented by mean of <a href="https://picocli.info">picocli</a>
library, so our CLI supports definition of arguments in file
by means of <a href="https://picocli.info/#AtFiles">AtFiles</a> feature
and also command line completion in Bash or ZSH Unix shells, see how to make it
<a href="https://picocli.info/autocomplete.html">here</a>.
</p>
</section>

<section name="Download and Run">
Expand Down

0 comments on commit bfb598b

Please sign in to comment.