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