[
https://issues.jboss.org/browse/WFCORE-1617?page=com.atlassian.jira.plugi...
]
Chao Wang moved JBEAP-5108 to WFCORE-1617:
------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1617 (was: JBEAP-5108)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
(was: User Experience)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 3.0.0.Alpha2
(was: 7.0.0.GA)
Tab completion is doesn't work for cli variables and properties
---------------------------------------------------------------
Key: WFCORE-1617
URL:
https://issues.jboss.org/browse/WFCORE-1617
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha2
Reporter: Chao Wang
Assignee: Chao Wang
CLI tab completion doesn't work for CLI variables.
Add a CLI variable:
{noformat}
set myvar=/subsystem=datasources/data-source=ExampleDS
[standalone@embedded /] $myvar:read-resource
{
"outcome" => "success",
"result" => {
...
{noformat}
Now try to use tab completion
*actual*
{noformat}
[standalone@embedded /] $myvar:read<TAB>
[standalone@embedded /] $myvar:readread-<TAB>
[standalone@embedded /] $myvar:readread-
'readread-' is not a valid operation name.
{noformat}
*expected*
{noformat}
[standalone@embedded /] $myvar:read<TAB>
[standalone@embedded /] $myvar:read-resource
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)