leo completion¶
Generate a shell completion script for Leo.
Usage¶
Task, process, and template names support tab-completion across the CLI once completions are installed.
Loading Completions¶
bash:
Add to ~/.bashrc to load on every shell.
zsh:
If you see complete:13: command not found: compdef, enable completion first with autoload -U compinit && compinit.
fish:
To persist: