Skip to content

Commit e8c377a

Browse files
authored
Merge pull request realpython#717 from nhumrich/patch-1
Add cement to cli frameworks
2 parents bea106a + 081c475 commit e8c377a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ subcommands, output formatters, and other extensions. The framework is meant
6262
to be used to create multi-level commands such as subversion and git, where
6363
the main program handles some basic argument parsing and then invokes a
6464
sub-command to do the work.
65+
66+
Cement
67+
------
68+
69+
`Cement <http://builtoncement.com/>`_ is an advanced CLI Application Framework.
70+
Its goal is to introduce a standard, and feature-full platform
71+
for both simple and complex command line applications as well
72+
as support rapid development needs without sacrificing quality.
73+
Cement is flexible, and it's use cases span from the simplicity of a micro-framework
74+
to the complexity of a meg-framework.

0 commit comments

Comments
 (0)