0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
Jeffery To b354a7edbe 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>
2023-11-16 02:30:21 +08:00

6 lines
85 B
Bash

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