completion fish
limactl completion fish
为 fish 生成自动补全脚本
概述
为 fish shell 生成自动补全脚本。
要在当前会话中加载补全:
limactl completion fish | source
要为每个新会话配置 fish 补全,请执行一次:
limactl completion fish > ~/.config/fish/completions/limactl.fish
limactl completion fish
选项
-h, --help help for fish
从父命令继承的选项
--debug 调试模式
--log-format string 设置日志格式 [text, json] (default "text")
--log-level string 设置日志级别 [trace, debug, info, warn, error]
--tty 启用 TUI 交互,如打开编辑器。默认在终端时为 true。自动化时设为 false。
-y, --yes --tty=false 的别名
另请参见
- limactl completion - 为指定的 shell 生成自动补全脚本