[
https://issues.jboss.org/browse/WFCORE-3411?page=com.atlassian.jira.plugi...
]
Marek Marusic commented on WFCORE-3411:
---------------------------------------
I found out that there is another issue with completion.
When I try:
{code}
:reload-servers(blocking=false<TAB>
{code}
it returns candidates "," and ")" which I believe is correct, since
there is a second possible property "start-mode".
However, with negated value the separator is not offered:
{code}
:reload-servers(!blocking <TAB> ==> :reload-servers(!blocking)
{code}
it completes ")" and does not offer the separator ",".
[~jdenise] I have prepared a fix for this as well, should I create a new WFCORE issue and
create a separate PR for it or propose the fix in the same PR which I will do for
WFCORE-3411 ?
Thank You very much for the answer.
CLI operation completion issues
-------------------------------
Key: WFCORE-3411
URL:
https://issues.jboss.org/browse/WFCORE-3411
Project: WildFly Core
Issue Type: Enhancement
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Marek Marusic
:read-resource(proxies=<TAB> ==> :read-resource(proxies=alse should be
:read-resource(proxies=false
:reload-servers(start-mode=normal,!blocking ==> gives nothing, should be
:reload-servers(start-mode=normal,!blocking)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)