From 6efbf0b624dccb17ac2b965f9b729d424d80bf17 Mon Sep 17 00:00:00 2001 From: Greg Osuri Date: Sun, 8 Nov 2015 17:30:09 -0800 Subject: [PATCH] README: added cmdns extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 18539aa7..e798cfa0 100644 --- a/README.md +++ b/README.md @@ -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