-
Bug
-
Resolution: Done
-
Minor
-
3.0.0.Alpha12
-
None
-
-
User Experience
Autocompletition of command in CLI does not work properly when starts writing quotes " right after equal sign = and then pressing <TAB>.
I write
/subsystem=transactions/log-store="
and then press TAB
the autocompletion finishes the name but replaces the fist letter for the existing quotes. That leads to have command like
/subsystem=transactions/log-store="og-store
which is obviously invalid as "og-store does not exists.
- clones
-
JBEAP-6872 Command auto-completition does not work properly when start typing param value with parenthesis
- Closed