Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8563

Boolean attributes CLI autocomplete does not offer true option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • None
    • CLI
    • None

    Description

      Having debug attribute defined as

      "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"
      }
      

      CLI autocomplete offers just false option

      [standalone@localhost:9990 /] /subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
      )  ,  =false
      

      I would expect also true option provided

      [standalone@localhost:9990 /] /subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
      )  ,  =false =true
      

      Attachments

        Issue Links

          Activity

            People

              jdenise@redhat.com Jean Francois Denise
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: