mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
[#1209] reorder section in JLine2 README
This commit is contained in:
@@ -31,9 +31,7 @@ The picocli user manual is [here](https://picocli.info), and the GitHub project
|
||||
`PicocliJLineCompleter` is a small component that generates completion candidates to allow users to
|
||||
get command line TAB auto-completion for a picocli-based application running in a JLine 2 shell.
|
||||
|
||||
## Example
|
||||
|
||||
### Maven
|
||||
## Maven
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
@@ -43,6 +41,8 @@ get command line TAB auto-completion for a picocli-based application running in
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
```java
|
||||
import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
Reference in New Issue
Block a user