summaryrefslogtreecommitdiffstats
path: root/python/python3-shtab/README
blob: 9f61b0703a8c9ffeb3fc03a1638c02d3472ef71e (plain)
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