summaryrefslogtreecommitdiffstats
path: root/python/python3-shtab/slack-desc
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-12-29 19:00:58 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:42 +0700
commitbf8795e8025f26e1b74e677401b7469d5376c6bd (patch)
tree897bd11d0797fc2f23db8977c2fc3735962c77fd /python/python3-shtab/slack-desc
parent1ef35cbdef92177bd6e0e52b61e162999c875413 (diff)
downloadslackbuilds-bf8795e8025f26e1b74e677401b7469d5376c6bd.tar.gz
slackbuilds-bf8795e8025f26e1b74e677401b7469d5376c6bd.tar.xz
python/python3-shtab: Added (Automagic Python CLI <TAB> completion)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-shtab/slack-desc')
-rw-r--r--python/python3-shtab/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-shtab/slack-desc b/python/python3-shtab/slack-desc
new file mode 100644
index 0000000000..3edc0f6eeb
--- /dev/null
+++ b/python/python3-shtab/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-shtab: python3-shtab (Automagic Python CLI <TAB> completion)
+python3-shtab:
+python3-shtab: What: Automatically generate shell tab completion scripts for Python
+python3-shtab: CLI Apps
+python3-shtab: Why: Speed & correctness. Alternatives like argcomplete and
+python3-shtab: pyzshcomplete are slow and have side-effects
+python3-shtab: How: shtab processes an argparse.ArgumentParser object to generate a
+python3-shtab: tab completion script for your shell
+python3-shtab:
+python3-shtab:
+python3-shtab: