activate-global-python-argcomplete(1) argcomplete utility script

DESCRIPTION

usage: activate-global-python-argcomplete [-h] [--dest DEST] [--user]

Activate the generic bash-completion script for the argcomplete module.

optional arguments:

-h, --help
show this help message and exit
--dest DEST
Specify the bash completion modules directory to install into
--user
Install into user directory (~/.bash_completion.d/)

AUTHORS

argcomplete module was written by Andrey Kislyuk