mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
9 lines
336 B
Text
9 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
|