mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
README: added cmdns extension
This commit is contained in:
parent
5c40aa85ca
commit
696cf24e8f
1 changed files with 6 additions and 0 deletions
|
@ -571,6 +571,12 @@ out everything Cobra knows about the flags for each command
|
||||||
* **0.1.0** Sept 3, 2013
|
* **0.1.0** Sept 3, 2013
|
||||||
* Implement first draft
|
* 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
|
## ToDo
|
||||||
* Launch proper documentation site
|
* Launch proper documentation site
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue