.nh .TH "pogo" "1" "Oct 2025" "pogo/dev" "Pogo Manual" .SH NAME pogo-completion-bash - Generate the autocompletion script for bash .SH SYNOPSIS \fBpogo completion bash\fP .SH DESCRIPTION Generate the autocompletion script for the bash shell. .PP This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager. .PP To load completions in your current shell session: .EX source <(pogo completion bash) .EE .PP To load completions for every new session, execute once: .SS Linux: .EX pogo completion bash > /etc/bash_completion.d/pogo .EE .SS macOS: .EX pogo completion bash > $(brew --prefix)/etc/bash_completion.d/pogo .EE .PP You will need to start a new shell for this setup to take effect. .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for bash .PP \fB--no-descriptions\fP[=false] disable completion descriptions .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--time\fP[=false] Measure command execution time .PP \fB-v\fP, \fB--verbose\fP[=false] Enable verbose debug logging .SH SEE ALSO \fBpogo-completion(1)\fP