Skip to content

Commit 2cfe6aa

Browse files
authored
Update README.md
1 parent 7f67e71 commit 2cfe6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Works with Java 5 or higher (but is designed to facilitate the use of Java 8 lam
3636
Picocli-based command line applications can have [TAB autocompletion](https://picocli.info/autocomplete.html),
3737
interactively showing users what options and subcommands are available.
3838
When an option has [`completionCandidates`](https://picocli.info/#__code_completion_candidates_code_variable) or has an `enum` type, autocompletion can also suggest option values.
39-
Picocli can generate completion scripts for bash and zsh, and offers an API to easily create a [JLine](https://github.com/jline/jline2) `Completer` for your application.
39+
Picocli can generate completion scripts for bash and zsh, and offers an API to easily [create a JLine `Completer`](https://github.com/remkop/picocli/releases#3.2.0-jline) for your application.
4040

4141
Picocli-based applications can easily [integrate](https://picocli.info/#_dependency_injection) with Dependency Injection containers.
4242

0 commit comments

Comments
 (0)