A click-based command line interface for QIIME 2.
To try q2cli, check out the Installing and using QIIME 2 demo.
To enable tab completion in Bash, run the following command or add it to your .bashrc
/.bash_profile
:
eval "$(_QIIME_COMPLETE=source qiime)"
Note: tab completion is currently VERY slow, track progress on #6.