There was an error while loading. Please reload this page.
Rune provides tab completion for Bash, Zsh, and Fish.
Add to your ~/.zshrc:
~/.zshrc
source <(rune completion zsh)
Add to your ~/.bashrc:
~/.bashrc
source <(rune completion bash)
Add to your ~/.config/fish/config.fish:
~/.config/fish/config.fish
rune completion fish | source
rune bu<TAB>
build
rune d<TAB>
db
rune build --<TAB>
--race
rune in<TAB>
info
warn
done
error
help
list
rune --<TAB>
--dry-run
--help
--yes
Rune Documentation