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
Bring the cursor back one position so it is in front of the = character, and hit <TAB>. This will generate the following error:
prompt> cmd --timeUnitjava.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at picocli.AutoComplete.complete(AutoComplete.java:600)
at picocli.shell.jline2.PicocliJLineCompleter.complete(PicocliJLineCompleter.java:48)
at jline.console.ConsoleReader.complete(ConsoleReader.java:3312)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2653)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2378)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2366)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2354)
at picocli.shell.jline2.example.Example.main(Example.java:97)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Start the example with:
type this command in the shell:
Bring the cursor back one position so it is in front of the
=
character, and hit<TAB>
. This will generate the following error:The text was updated successfully, but these errors were encountered: