github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_completion_bash.md (about) 1 ## pachctl completion bash 2 3 Print or install the bash completion code. 4 5 ### Synopsis 6 7 Print or install the bash completion code. 8 9 ``` 10 pachctl completion bash [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for bash 17 --install Install the completion. 18 --path string Path to install the completions to. (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