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
Hello there, I bumped to the last released version (2.1.0) and I noticed that the completion does not work properly :
the command options are always displayed (even if we want the enum values of specific option or if the option is already given in the command line.
Here is a small example with the getting started example, we can see the option --a is in completion proposal even if we should put option value (here the number) and if it is already in the command.
I made the following fix by extended shell in my project (maybe I didn't think of everything so you can probably check this / test it / improve it :
Hello there, I bumped to the last released version (2.1.0) and I noticed that the completion does not work properly :
the command options are always displayed (even if we want the enum values of specific option or if the option is already given in the command line.
Here is a small example with the getting started example, we can see the option --a is in completion proposal even if we should put option value (here the number) and if it is already in the command.

I made the following fix by extended shell in my project (maybe I didn't think of everything so you can probably check this / test it / improve it :
Location :
org.springframework.shell.Shell#complete
The text was updated successfully, but these errors were encountered: