From 081c47511f6f7357154b9738ac5c3df6ffac0b6b Mon Sep 17 00:00:00 2001 From: nhumrich Date: Tue, 21 Jun 2016 12:28:06 -0600 Subject: [PATCH] Update cli.rst Add cement to cli frameworks --- docs/scenarios/cli.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index c8cdcec73..ccd968146 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -62,3 +62,13 @@ subcommands, output formatters, and other extensions. The framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. + +Cement +------ + +`Cement `_ is an advanced CLI Application Framework. +Its goal is to introduce a standard, and feature-full platform +for both simple and complex command line applications as well +as support rapid development needs without sacrificing quality. +Cement is flexible, and it's use cases span from the simplicity of a micro-framework +to the complexity of a meg-framework.