3.6.2. Autocompletion

Since axonshell is built using click, there is automatic support for bash and zsh autocompletion.

3.6.2.1. Bash

$ echo 'eval "$(_AXONSHELL_COMPLETE=source axonshell)"' >> ~/.bashrc

3.6.2.2. Zsh

$ echo 'eval "$(_AXONSHELL_COMPLETE=source_zsh axonshell)"' >> ~/.zshrc

Example of setting up autocomplete in a single shell session: