From ae3ba63378a90d6eef7466d3dd70dbe80a8dfb2d Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Tue, 13 Oct 2020 10:43:22 +0900 Subject: [PATCH] [#1209] reorder section in JLine2 README --- picocli-shell-jline2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/picocli-shell-jline2/README.md b/picocli-shell-jline2/README.md index f3f30e38..debc8e7e 100644 --- a/picocli-shell-jline2/README.md +++ b/picocli-shell-jline2/README.md @@ -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 @@ -43,6 +41,8 @@ get command line TAB auto-completion for a picocli-based application running in ``` +## Example + ```java import java.io.IOException; import java.io.PrintWriter;