slackbuilds_ponce/python/python3-shtab
isaackwy 560d921b99
python/python3-shtab: Update for 1.7.1 (+take back maintenance)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-15 07:37:45 +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