Appearance
metaplay completion zsh [flags]
Generate the autocompletion script for zsh
Appearance
Generate the autocompletion script for zsh
metaplay completion zsh [flags] 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 <(metaplay completion zsh)
To load completions for every new session, execute once:
metaplay completion zsh > "${fpath[1]}/_metaplay"
metaplay completion zsh > $(brew --prefix)/share/zsh/site-functions/_metaplay
You will need to start a new shell for this setup to take effect.
--no-descriptions: disable completion descriptions--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]