parent
e3345a27b6
commit
a1b8148d23
@ -33,6 +33,10 @@ _cppcheck()
|
|||||||
COMPREPLY=( $( compgen -W '{2..16}' -- "$cur" ) )
|
COMPREPLY=( $( compgen -W '{2..16}' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
--std)
|
||||||
|
COMPREPLY=( $( compgen -W 'posix' -- "$cur" ) )
|
||||||
|
return
|
||||||
|
;;
|
||||||
--xml-version)
|
--xml-version)
|
||||||
COMPREPLY=( $( compgen -W '1 2' -- "$cur" ) )
|
COMPREPLY=( $( compgen -W '1 2' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user