Skip to content

Commit

Permalink
[#1265] DOC more updates for picocli-shell-jline3 enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Dec 14, 2020
1 parent a068d60 commit 9fa7ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picocli-shell-jline3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ import java.util.function.Supplier;
* Example that demonstrates how to build an interactive shell with JLine3 and picocli.
* This example requires JLine 3.16+ and picocli 4.4+.
* <p>
* The {@code PicocliCommands.ClearScreen} was introduced in picocli 4.6.
* The built-in {@code PicocliCommands.ClearScreen} command was introduced in picocli 4.6.
* </p>
*/
public class Example {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Example that demonstrates how to build an interactive shell with JLine3 and picocli.
* This example requires JLine 3.16+ and picocli 4.4+.
* <p>
* The {@code PicocliCommands.ClearScreen} was introduced in picocli 4.6.
* The built-in {@code PicocliCommands.ClearScreen} command was introduced in picocli 4.6.
* </p>
*/
public class Example {
Expand Down

0 comments on commit 9fa7ef4

Please sign in to comment.