[jboss-jira] [JBoss JIRA] (WFCORE-1680) Tab completion for echo-dmr command is broken
Jean-Francois Denise (JIRA)
issues at jboss.org
Mon Aug 1 09:17:00 EDT 2016
[ https://issues.jboss.org/browse/WFCORE-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273443#comment-13273443 ]
Jean-Francois Denise edited comment on WFCORE-1680 at 8/1/16 9:16 AM:
----------------------------------------------------------------------
Looking at the src code, it seems that deployment-overlay, echo-dmr, batch-edit-line, if commands are passing a cursor value of 0.
OperationRequestCompleter and CommandCompleter are possibly impacted too.
was (Author: jdenise):
Looking at the src code, it seems that deployment-overlay, echo-dmr, batch-edit-line, if commands are passing a cursor value of 0.
OperationRequestCompleter is possibly impacted too.
> Tab completion for echo-dmr command is broken
> ---------------------------------------------
>
> Key: WFCORE-1680
> URL: https://issues.jboss.org/browse/WFCORE-1680
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Petr Kremensky
> Assignee: Jean-Francois Denise
>
> Tab completion for echo-dmr command doesn't work.
> To reproduce, start the standalone server and connect with CLI
> *actual 3.0.0.Alpha5-SNAPSHOT 77673c5*
> {noformat}
> [standalone at localhost:9990 /] echo-dmr /sub[TAB]
> core-service deployment deployment-overlay extension interface path socket-binding-group subsystem system-property
> [standalone at localhost:9990 /] echo-dmr /subsystem=log[TAB]
> core-service deployment deployment-overlay extension interface path socket-binding-group subsystem system-property
> {noformat}
> *expected*
> {noformat}
> [standalone at localhost:9990 /] echo-dmr /sub[TAB]
> [standalone at localhost:9990 /] echo-dmr /subsystem=
> [standalone at localhost:9990 /] echo-dmr /subsystem=log[TAB]
> [standalone at localhost:9990 /] echo-dmr /subsystem=logging
> {noformat}
> The issue is not reproducible with 2.2.0.CR7 (EAP 7.1.0.DR1).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list