Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JLine to 3.14.1 and fix #969 #987

Merged
merged 3 commits into from
Apr 10, 2020
Merged

Bump JLine to 3.14.1 and fix #969 #987

merged 3 commits into from
Apr 10, 2020

Conversation

mattirn
Copy link
Contributor

@mattirn mattirn commented Apr 10, 2020

Actually fix #969 only the command tab completion part.

Method commandDescription() still fails to return sub-command descriptions. In order to fix this we need next JLine release.

@remkop remkop merged commit c10bd91 into remkop:master Apr 10, 2020
@remkop remkop added this to the 4.3 milestone Apr 10, 2020
@remkop remkop added theme: auto-completion An issue or change related to auto-completion theme: integration An issue or change related to integration with other frameworks, shells or operating systems theme: shell An issue or change related to interactive (JLine) applications labels Apr 10, 2020
@remkop
Copy link
Owner

remkop commented Apr 10, 2020

@mattirn Merged into master. Thank you for the contribution!

Method commandDescription() still fails to return sub-command descriptions. In order to fix this we need next JLine release.

Do you mean JLine 3.14.1, or another future JLine release?

@mattirn
Copy link
Contributor Author

mattirn commented Apr 11, 2020

JLine 3.14.2 + small modification in picocli-shell-jline3.

I have already modified JLine and tested also picocli-shell-jline3 using JLine 3.14.2-SNAPSHOT

@remkop
Copy link
Owner

remkop commented Apr 11, 2020

@mattirn Understood. Thanks for the quick response! Looking forward to it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: auto-completion An issue or change related to auto-completion theme: integration An issue or change related to integration with other frameworks, shells or operating systems theme: shell An issue or change related to interactive (JLine) applications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autocomplete & suggestions for nested subcommands not working in Picocli Shell JLine3?
2 participants