README: added cmdns extension

This commit is contained in:
Greg Osuri 2015-11-08 17:30:09 -08:00 committed by spf13
parent 8208714c1b
commit 6efbf0b624

View file

@ -580,6 +580,12 @@ out everything Cobra knows about the flags for each command
* **0.1.0** Sept 3, 2013
* Implement first draft
## Extensions
Libraries for extending Cobra:
* [cmdns](https://github.com/gosuri/cmdns): Enables name spacing a command's immediate children. It provides an alternative way to structure sub commands, similar to `heroku apps:create` and `ovrclk clusters:launch`.
## ToDo
* Launch proper documentation site