.nh .TH "FEVER-COMPLETION-ZSH" "1" "Jan 2024" "FEVER" "" .SH NAME .PP fever-completion-zsh - Generate the autocompletion script for zsh .SH SYNOPSIS .PP \fBfever completion zsh [flags]\fP .SH DESCRIPTION .PP Generate the autocompletion script for the zsh shell. .PP If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once: .EX echo "autoload -U compinit; compinit" >> ~/.zshrc .EE .PP To load completions in your current shell session: .EX source <(fever completion zsh) .EE .PP To load completions for every new session, execute once: .SS Linux: .EX fever completion zsh > "${fpath[1]}/_fever" .EE .SS macOS: .EX fever completion zsh > $(brew --prefix)/share/zsh/site-functions/_fever .EE .PP You will need to start a new shell for this setup to take effect. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for zsh .PP \fB--no-descriptions\fP[=false] disable completion descriptions .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--config\fP="" config file (default is $HOME/.fever.yaml) .PP \fB--mgmt-host\fP="" hostname:port definition for management server .PP \fB--mgmt-network\fP="tcp" network (tcp/udp) definition for management server .PP \fB--mgmt-socket\fP="/tmp/fever-mgmt.sock" Socket path for management server .SH SEE ALSO .PP \fBfever-completion(1)\fP