github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_completion.md (about) 1 ## pachctl completion 2 3 Print or install the bash completion code. 4 5 ### Synopsis 6 7 Print or install the bash completion code. This should be placed as the file `pachctl` in the bash completion directory (by default this is `/etc/bash_completion.d`. If bash-completion was installed via homebrew, this would be `$(brew --prefix)/etc/bash_completion.d`.) 8 9 ``` 10 pachctl completion [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for completion 17 --install Install the completion. 18 --path /etc/bash_completion.d/ Path to install the completion to. This will default to /etc/bash_completion.d/ if unspecified. (default "/etc/bash_completion.d/pachctl") 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27