Skip to content

Commit 6e557c3

Browse files
committed
add: Section on fire in CLI scenario
* Add a section on [Python Fire](https://github.com/google/python-fire/) in the CLI scenario. Signed-off-by: mr.Shu <mr@shu.io>
1 parent 8ea6c6a commit 6e557c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ for both simple and complex command line applications as well
7474
as support rapid development needs without sacrificing quality.
7575
Cement is flexible, and it's use cases span from the simplicity of a micro-framework
7676
to the complexity of a meg-framework.
77+
78+
Python Fire
79+
-----------
80+
81+
`Python Fire <https://github.com/google/python-fire/>`_ is a library for
82+
automatically generating command line interfaces from absolutely any Python
83+
object. It can help debug Python code more easily from the command line,
84+
create CLI interfaces to existing code, allow you to interactively explore
85+
code in a REPL, and simplify transitioning between Python and Bash (or any
86+
other shell).
87+

0 commit comments

Comments
 (0)