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
I have an interactive shell using picocli-shell-jline3 as in this example.
I am using TailTipWidgets and would like to change this behavior...
When I start to type a command, I get command suggestions. After a command is selected, I see its usage. I also see further info for options if I continue with "-" after the command. However, some of my commands have many parameters, and the usage goes away after one character that is not a dash. How can I keep from a suggestion going away? I want to keep the usage displayed until I hit 'enter'.
The text was updated successfully, but these errors were encountered:
irinaleo
changed the title
Integration with picocli
TailTipWidgets features in interactive shell
Aug 3, 2023
irinaleo
changed the title
TailTipWidgets features in interactive shell
TailTipWidgets feature in interactive shell
Aug 7, 2023
TailTipWidgets implementation support only GNU command line options. Option usage should be displayed until you have completed option and its eventual argument, see #914. After you have completed the option initial command usage should be displayed. @irinaleo, I'm not sure if I have understood correctly your problem. Could you show me an example?
Hi,
I have an interactive shell using picocli-shell-jline3 as in this example.
I am using TailTipWidgets and would like to change this behavior...
When I start to type a command, I get command suggestions. After a command is selected, I see its usage. I also see further info for options if I continue with "-" after the command. However, some of my commands have many parameters, and the usage goes away after one character that is not a dash. How can I keep from a suggestion going away? I want to keep the usage displayed until I hit 'enter'.
The text was updated successfully, but these errors were encountered: