diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-08 19:20:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:05 +0700 |
commit | 720ea1f274a3d37b6fd8f63ffcc8fa4ea07f2dfa (patch) | |
tree | fe9a28077a44c5ac6ff8c7552c90fe1db5a41c89 /python/python2-docopt/README | |
parent | 8d28404160dc2f019c6473c5b1e2d38c7d0646ff (diff) |
python/python2-docopt: Added (CLI description language)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-docopt/README')
-rw-r--r-- | python/python2-docopt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-docopt/README b/python/python2-docopt/README new file mode 100644 index 0000000000000..d7acb7f8d851c --- /dev/null +++ b/python/python2-docopt/README @@ -0,0 +1,5 @@ +python2-docopt (Command-line interface description language) + +docopt helps you + - define interface for your command-line app + - automatically generate parser for it. |