VermontDepartmentOfHealth / covid-bot

A knowledge base & automated chatbot from the Vermont Department of Health with info for the COVID-19 response
https://vermontdepartmentofhealth.github.io/covid-bot/
MIT License
3 stars 2 forks source link

convert all cli scripts to parent command #59

Closed KyleMit closed 4 years ago

KyleMit commented 4 years ago

Since we're using commander to capture CLI arguments, we can leverage the documentation generation features by placing all CLI commands under a parent option.

Optionally, consider inquirer to increase discoverability of correct CLI params