datopian / data-cli

data - command line tool for working with data, Data Packages and the DataHub
http://datahub.io/docs/features/data-cli
64 stars 7 forks source link

Autocompletion for CLI commands and auto-suggesting for mispellings #8

Open zelima opened 7 years ago

zelima commented 7 years ago

We want to two extra features for our CLI commands:

Acceptance Criteria

Did you mean this? get


* [ ] if user types `datahub ge` and hits tab it should autocomplete to `datahub get`

## Tasks

* [ ] research commander docs if it already provides any of them
* [ ] research if there already is Node libraries that will help
  * correct typo https://github.com/inca/did-you-mean
anuveyatsu commented 7 years ago

We haven't worked on that issue yet, but still a desirable option so keeping the issue open.