File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77-----
88
99`clint <https://pypi.python.org/pypi/clint/ >`_ is a python module which is
10- filled with very useful tools for developing commandline applications.
10+ filled with very useful tools for developing command line applications.
1111It supports features such as; CLI Colors and Indents, Simple and Powerful
1212Column Printer, Iterator based progress bar and Implicit argument handling.
1313
@@ -34,7 +34,7 @@ plac is a simple wrapper over the python standard library `argparse <http://docs
3434complexity by using a declarative interface: the argument parser is inferred
3535rather than written down by imperatively. It is targetting especially unsophisticated
3636users, programmers, sys-admins, scientists and in general people writing throw-away
37- scripts for themselves, choosing the command- line interface because it is quick
37+ scripts for themselves, choosing the command line interface because it is quick
3838and simple.
3939
4040Cliff
You can’t perform that action at this time.
0 commit comments