]
Jean-Francois Denise commented on WFCORE-1637:
----------------------------------------------
Item 2) can't be fixed due to Aesh current implementation:
headers in Operation and Command are not properly completed
-----------------------------------------------------------
Key: WFCORE-1637
URL:
https://issues.jboss.org/browse/WFCORE-1637
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
For example:
1) ls --headers {allow-resource-service-restart <TAB>
doesn't give you the '='
2) ls --headers {allow-resource-service-restart=true; <TAB>
list you the commands one can type...not at al an header.
3) NPE caused by WFCORE-1617
ls --headers {allow-resource-service-restart=t<TAB> ==> NPE
Completion should properly complete each header.