mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
#121 added autocompletion demo animation
This commit is contained in:
@@ -4,7 +4,8 @@ Annotation-based Java command line parser. Usage help with ANSI colors. Autocomp
|
||||
|
||||
|Now in BETA: [command line autocompletion](http://picocli.info/1.0.0-SNAPSHOT/autocomplete.html)|
|
||||
|----|
|
||||
|Autocomplete is work in progress. Comments, bug reports, pull requests welcome!|
|
||||
|Autocomplete is work in progress. Comments, bug reports, pull requests welcome!
|
||||
|
|
||||
|
||||
A Java command line parsing framework in a single file, so you can include it _in source form_.
|
||||
This lets users run picocli-based applications without requiring picocli as an external dependency.
|
||||
|
||||
@@ -27,6 +27,8 @@ In the case of multiple possible completions, the Unix shell will display all su
|
||||
with those few characters. The user can type more characters and press TAB again to see a new, narrowed-down
|
||||
list if the typed characters are still ambiguous, or else complete the subcommand or option.
|
||||
|
||||
image:picocli-autocompletion-demo.gif[Autocompletion demo animation]
|
||||
|
||||
== Command Line Completion Example
|
||||
Assume we have a link:index.html[picocli]-based command line application with link:index.html#_subcommands[subcommands],
|
||||
all of which have some link:index.html#_options_and_parameters[options]. Below is an example:
|
||||
|
||||
BIN
docs/images/picocli-autocompletion-demo.gif
Normal file
BIN
docs/images/picocli-autocompletion-demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 312 KiB |
Reference in New Issue
Block a user