slackbuilds_ponce/python/python3-shtab
Isaac Yu ff17b851cb
python/python3-shtab: Update maintainer's email
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-04 23:14:00 +07:00
..
python3-shtab.info
python3-shtab.SlackBuild
README
slack-desc

shtab (Automagic Python CLI <TAB> completion)

What: Automatically generate shell tab completion scripts for Python
CLI apps
Why: Speed & correctness. Alternatives like argcomplete and
pyzshcomplete are slow and have side-effects
How: shtab processes an argparse.ArgumentParser object to generate a
tab completion script for your shell