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

Martin Choma (JIRA) issues at jboss.org
Wed Apr 12 03:23:01 EDT 2017


Martin Choma created WFLY-8563:
----------------------------------

             Summary: 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: Jason Greene
            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