-
Bug
-
Resolution: Done
-
Major
-
0.66.8
-
None
After change in WFCORE-1595 CLI can auto complete candidate rather than list candidates list.
However, as new found in comment. If the --help is the only candidate in alias completion, pressing Tab will keep adding --help to complete. This because HELP.startWith(word) in AliasCompletion.java is always true even if word is a trimmed empty String.
- causes
-
JBEAP-4939 CLI doesn't autocomplete for unalias command
- Verified