completion fish

limactl completion fish

Generate the autocompletion script for fish

Synopsis

Generate the autocompletion script for the fish shell.

To load completions in your current shell session:

limactl completion fish | source 

To load completions for every new session, execute once:

limactl completion fish > ~/.config/fish/completions/limactl.fish 

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

limactl completion fish [flags] 

Options

 -h, --help help for fish --no-descriptions disable completion descriptions 

Options inherited from parent commands

 --debug Debug mode --log-format string Set the logging format [text, json] (default "text") --log-level string Set the logging level [trace, debug, info, warn, error] --tty Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation. -y, --yes Alias of --tty=false 

SEE ALSO