[jboss-jira] [JBoss JIRA] (WFLY-8563) Boolean attributes CLI autocomplete does not offer true option

Jean-Francois Denise (JIRA) issues at jboss.org
Wed Apr 12 03:48:00 EDT 2017


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

Jean-Francois Denise reassigned WFLY-8563:
------------------------------------------

    Assignee: Jean-Francois Denise  (was: Jason Greene)


> Boolean attributes CLI autocomplete does not offer true option
> --------------------------------------------------------------
>
>                 Key: WFLY-8563
>                 URL: https://issues.jboss.org/browse/WFLY-8563
>             Project: WildFly
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Martin Choma
>            Assignee: Jean-Francois Denise
>            Priority: Minor
>
> Having {{debug}} attribute defined as 
> {code}
> "debug" => {
>     "type" => BOOLEAN,
>     "description" => "Should the JAAS step of obtaining the credential have debug logging enabled.",
>     "expressions-allowed" => true,
>     "required" => false,
>     "nillable" => true,
>     "default" => false,
>     "access-type" => "read-write",
>     "storage" => "configuration",
>     "restart-required" => "resource-services"
> }
> {code}
> CLI autocomplete offers just false option
> {code}
> [standalone at localhost:9990 /] /subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
> )  ,  =false
> {code}
> I would expect also true option provided
> {code}
> [standalone at localhost:9990 /] /subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
> )  ,  =false =true
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list