mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
README: added cmdns extension
This commit is contained in:
parent
8208714c1b
commit
6efbf0b624
1 changed files with 6 additions and 0 deletions
|
@ -580,6 +580,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