Shell Autocomplete

Use the command bns completion {SHELL} to generate autocomplete for your current shell.

ZSH

echo 'source <(bns completion zsh)' >> ~/.zshrc
echo 'compdef _bns bunnyshell-cli' >> ~/.zshrc

Bash

echo 'source <(bns completion bash)' >> ~/.bashrc