Add some python option arg non-completions.
This commit is contained in:
parent
4b2c511e2d
commit
d5a7346390
@ -9,6 +9,9 @@ _python()
|
|||||||
_get_comp_words_by_ref cur prev
|
_get_comp_words_by_ref cur prev
|
||||||
|
|
||||||
case $prev in
|
case $prev in
|
||||||
|
-'?'|-h|--help|-V|--version|-m)
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
-Q)
|
-Q)
|
||||||
COMPREPLY=( $( compgen -W "old new warn warnall" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "old new warn warnall" -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user