diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-29 19:00:58 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:42 +0700 |
| commit | bf8795e8025f26e1b74e677401b7469d5376c6bd (patch) | |
| tree | 897bd11d0797fc2f23db8977c2fc3735962c77fd /python/python3-shtab/README | |
| parent | 1ef35cbdef92177bd6e0e52b61e162999c875413 (diff) | |
python/python3-shtab: Added (Automagic Python CLI <TAB> completion)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-shtab/README')
| -rw-r--r-- | python/python3-shtab/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-shtab/README b/python/python3-shtab/README new file mode 100644 index 0000000000..9f61b0703a --- /dev/null +++ b/python/python3-shtab/README @@ -0,0 +1,8 @@ +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 |
