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
|
||||
|
||||
case $prev in
|
||||
-'?'|-h|--help|-V|--version|-m)
|
||||
return 0
|
||||
;;
|
||||
-Q)
|
||||
COMPREPLY=( $( compgen -W "old new warn warnall" -- "$cur" ) )
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user