blitz autocomplete

Displays autocomplete installation instructions.

Note: Autocomplete currently

doesn’t work on Windows

  1. blitz autocomplete [shell]
ArgumentRequiredDescription
shellNozsh or bash

Example Output

  1. > blitz autocomplete zshBuilding the autocomplete cache... doneSetup Instructions for BLITZ CLI Autocomplete ---1) Add the autocomplete env var to your zsh profile and source it$ printf "$(blitz autocomplete:script zsh)" >> ~/.zshrc; source ~/.zshrcNOTE: After sourcing, you can run `$ compaudit -D` to ensure no permissions conflicts are present2) Test it out, e.g.:$ blitz <TAB> # Command completion$ blitz command --<TAB> # Flag completionEnjoy!