1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-packages/lang/python/python-argcomplete/test.sh
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'