[jboss-jira] [JBoss JIRA] (WFCORE-1617) Tab completion is doesn't work for cli variables and properties

Chao Wang (JIRA) issues at jboss.org
Mon Jun 27 04:54:00 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chao Wang updated WFCORE-1617:
------------------------------
    Labels:   (was: downstream_dependency)


> 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 at embedded /] $myvar:read-resource
> {
>     "outcome" => "success",
>     "result" => {
> ...
> {noformat}
> Now try to use tab completion
> *actual*
> {noformat}
> [standalone at embedded /] $myvar:read<TAB>
> [standalone at embedded /] $myvar:readread-<TAB>
> [standalone at embedded /] $myvar:readread-
> 'readread-' is not a valid operation name.
> {noformat}
> *expected*
> {noformat}
> [standalone at embedded /] $myvar:read<TAB>
> [standalone at embedded /] $myvar:read-resource
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list