summaryrefslogtreecommitdiffstats
path: root/python/python3-autocommand/README
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-24 02:25:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:44 +0700
commita14b498dfe2285735d929584a76338400c8cfb5c (patch)
treeeddf81979b06e20d744604a5cb0cdc203c59940e /python/python3-autocommand/README
parent9241e99d63cb407c9bd8af4c32d8de6ed16b3e88 (diff)
downloadslackbuilds-a14b498dfe2285735d929584a76338400c8cfb5c.tar.gz
slackbuilds-a14b498dfe2285735d929584a76338400c8cfb5c.tar.xz
python/python3-autocommand: Added (create a cli prog from function)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-autocommand/README')
-rw-r--r--python/python3-autocommand/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-autocommand/README b/python/python3-autocommand/README
new file mode 100644
index 0000000000..dc11756caa
--- /dev/null
+++ b/python/python3-autocommand/README
@@ -0,0 +1,4 @@
+python3-autocommand (Lib to create a cli program from a function)
+
+A library to automatically generate and run simple argparse parsers
+from function signatures.