Skip to content

Commit

Permalink
Added note of incompatible jline version to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rupert-madden-abbott authored and remkop committed Jan 31, 2021
1 parent 47e9519 commit b74dae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion picocli-shell-jline3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The following versions of `jline` and `picocli-shell-jline3` are compatible:
| 3.14.1 | 4.3.0 - 4.3.2 |
| 3.15.0 - | 4.4.0 - |

Note: JLine v3.17.1 is not compatible as it is affected by [this bug](https://github.com/jline/jline3/issues/640).

See [examples for the older versions](https://github.com/remkop/picocli/wiki/JLine-3-Examples).

## Demo
Expand Down Expand Up @@ -280,4 +282,4 @@ public class Example {
}
}
}
```
```

0 comments on commit b74dae5

Please sign in to comment.