Appearance
Outputs shell completion scripts for tab-completion of commands.
Add to ~/.zshrc:
~/.zshrc
eval "$(devflow completions --shell zsh)"
Add to ~/.bashrc:
~/.bashrc
eval "$(devflow completions --shell bash)"