Appearance
metaplay completion fish [flags]
Generate the autocompletion script for fish
Appearance
Generate the autocompletion script for fish
metaplay completion fish [flags] Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
metaplay completion fish | source
To load completions for every new session, execute once:
metaplay completion fish > ~/.config/fish/completions/metaplay.fish
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]