python-argcomplete: Add new package

From the README:

Argcomplete provides easy, extensible command line tab completion of
arguments for your Python application.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-11-10 14:04:55 +08:00
committed by Tianling Shen
parent 6ff496d113
commit b354a7edbe
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-argcomplete ] || exit 0
python3 -c 'import argcomplete'