cppcheck: Update list of --enable= option arguments completions
See: d23c58d387
This commit is contained in:
parent
8ec55193de
commit
e3345a27b6
@ -17,8 +17,8 @@ _cppcheck()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--enable)
|
--enable)
|
||||||
COMPREPLY=( $( compgen -W 'all style information unusedFunction
|
COMPREPLY=( $( compgen -W 'all style performance portability
|
||||||
missingInclude' -- "$cur" ) )
|
information unusedFunction missingInclude' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--error-exitcode)
|
--error-exitcode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user