A click-based command line interface for rachis.
Visit https://qiime2.org to learn more about rachis-cli and the rachis project.
To enable tab completion in Bash, run the following command or add it to your
.bashrc/.bash_profile:
source tab-rachisTo enable tab completion in ZSH, run the following commands or add them to your
.zshrc:
autoload -Uz compinit && compinit && autoload bashcompinit && bashcompinit && source tab-rachis