syllago completion zsh
Synopsis
Section titled “Synopsis”syllago completion zsh [flags]Description
Section titled “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" >> ~/.zshrcTo load completions in your current shell session:
source <(syllago completion zsh)To load completions for every new session, execute once:
Linux:
Section titled “Linux:”syllago completion zsh > "${fpath[1]}/_syllago"macOS:
Section titled “macOS:”syllago completion zsh > $(brew --prefix)/share/zsh/site-functions/_syllagoYou will need to start a new shell for this setup to take effect.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--no-descriptions | bool | — | No | disable completion descriptions |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
See Also
Section titled “See Also”Source