Scroll to navigation

WWCTL(1) WWCTL(1)

NAME

wwctl-completion-zsh - Generate the autocompletion script for zsh

SYNOPSIS

wwctl completion zsh [flags]

DESCRIPTION

Generate the autocompletion script for the zsh shell.

If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once:

echo "autoload -U compinit; compinit" >> ~/.zshrc

To load completions in your current shell session:

source <(wwctl completion zsh); compdef _wwctl wwctl

To load completions for every new session, execute once:

Linux:

wwctl completion zsh > "${fpath[1]}/_wwctl"

macOS:

wwctl completion zsh > $(brew --prefix)/share/zsh/site-functions/_wwctl

You will need to start a new shell for this setup to take effect.

OPTIONS

-h, --help[=false] help for zsh

--no-descriptions[=false] disable completion descriptions

OPTIONS INHERITED FROM PARENT COMMANDS

-d, --debug[=false] Run with debugging messages enabled.

-v, --verbose[=false] Run with increased verbosity.

--warewulfconf="" Set the warewulf configuration file

SEE ALSO

wwctl-completion(1)

HISTORY

26-Mar-2024 Auto generated by spf13/cobra

Mar 2024 Auto generated by spf13/cobra