SlackBuildsOrg/python/python3-shtab/README
Isaac Yu bf8795e802
python/python3-shtab: Added (Automagic Python CLI <TAB> completion)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-31 09:14:42 +07:00

8 lines
336 B
Text

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