SeqWare / seqware

This is the SeqWare Project's main repo.
http://seqware.io/
GNU General Public License v3.0
27 stars 17 forks source link

Feature/command completion #344

Closed denis-yuen closed 8 years ago

denis-yuen commented 8 years ago

SEQWARE-1877 - bash completion refactoring

denis-yuen commented 8 years ago

Run seqware --completion to output a Bash completion script for SeqWare (will ask for sudo permission). This first implementation does command completion (e.g. seqware annotate <tab>), but does not do parameters (e.g. seqware bundle install --dir <tab>).