[jboss-jira] [JBoss JIRA] (WFCORE-1617) Tab completion is doesn't work for cli variables and properties
Chao Wang (JIRA)
issues at jboss.org
Thu Jun 23 03:37:00 EDT 2016
[ https://issues.jboss.org/browse/WFCORE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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 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