Attila Doroszlai created HDDS-15367:
---------------------------------------

             Summary: Shell completion knows too few commands
                 Key: HDDS-15367
                 URL: https://issues.apache.org/jira/browse/HDDS-15367
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone CLI
    Affects Versions: 2.2.0
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


Shell completion, implemented in HDDS-12811, knows about only very few commands:

{code}
$ ozone completion bash | grep 'local cmds'
  local cmds0=(genconf)
  local cmds1=(getconf)
  local cmds2=(completion)
  local cmds3=(ratis)
  local cmds4=(getconf confKey)
  local cmds5=(getconf -confKey)
  local cmds6=(getconf storagecontainermanagers)
  local cmds7=(getconf -storagecontainermanagers)
  local cmds8=(getconf ozonemanagers)
  local cmds9=(getconf -ozonemanagers)
  local cmds10=(completion bash)
  local cmds11=(completion zsh)
{code}

It was broken by HDDS-14595, which removed {{ozone-cli-shell}} etc. from 
classpath of {{ozone-tools}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to