aboutsummaryrefslogtreecommitdiff
path: root/python/python3-docopt/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-08 19:22:16 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:05 +0700
commite5a0b6caefa6224bb289e54dbaf4c24048543330 (patch)
tree9b6df26d8933725da564ff05e13fcc467a72b9f1 /python/python3-docopt/README
parent720ea1f274a3d37b6fd8f63ffcc8fa4ea07f2dfa (diff)
python/python3-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/python3-docopt/README')
-rw-r--r--python/python3-docopt/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-docopt/README b/python/python3-docopt/README
new file mode 100644
index 0000000000..e7baa21d2b
--- /dev/null
+++ b/python/python3-docopt/README
@@ -0,0 +1,5 @@
+python3-docopt (Command-line interface description language)
+
+docopt helps you
+ -define interface for your command-line app
+ -automatically generate parser for it.