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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Works with Java 5 or higher (but is designed to facilitate the use of Java 8 lam
36
36
Picocli-based command line applications can have [TAB autocompletion](https://picocli.info/autocomplete.html),
37
37
interactively showing users what options and subcommands are available.
38
38
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.
40
40
41
41
Picocli-based applications can easily [integrate](https://picocli.info/#_dependency_injection) with Dependency Injection containers.
0 commit comments