Skip to content

Commit a061a7c

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#288 from moigagoo/master
Added a reference to docopt, a very useful package for creating command line interfaces
2 parents 44e0dba + 4651e48 commit a061a7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Clint
77
-----
88

99
.. todo:: Write about Clint
10+
11+
docopt
12+
------
13+
14+
`docopt <http://docopt.org/>`_ is a lightweight, highly Pythonic package that allows creating command line interfaces easily and intuitively, by parsing POSIX-style usage instructions.

0 commit comments

Comments
 (0)