1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ACTIVATE-GLOBAL-PYTHON-ARGCOMPLETE "1" "January 2017" "activate-global-python-argcomplete 1.8.1" "User Commands"
.SH NAME
activate-global-python-argcomplete \- activate-global-python-argcomplete - argcomplete utility script
.SH DESCRIPTION
usage: activate\-global\-python\-argcomplete [\-h] [\-\-dest DEST] [\-\-user]
.TP
[\-\-no\-defaults]
[\-\-complete\-arguments ...]
.PP
Activate the generic bash\-completion script for the argcomplete module.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-dest\fR DEST
Specify the bash completion modules directory to
install into
.TP
\fB\-\-user\fR
Install into user directory (~/.bash_completion.d/)
.TP
\fB\-\-no\-defaults\fR
When no matches are generated, do not fallback to
readline's default completion
.TP
\fB\-\-complete\-arguments\fR ...
arguments to call complete with; use of this option
discards default options
.SH AUTHORS
.B argcomplete
module was written by Andrey Kislyuk
.SH "SEE ALSO"
Full documentation for
.B argccomplete
module is stored at https://argcomplete.readthedocs.org/en/latest/
|