[Bash-completion-commits] [bash-completion] 01/01: cppcheck: Option argument (non-)completion update

Ville Skyttä scop-guest at moszumanska.debian.org
Sun Jan 25 14:38:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit e687c3a1085e06502b882f71b4deab79266b9b14
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 25 16:37:35 2015 +0200

    cppcheck: Option argument (non-)completion update
---
 completions/cppcheck | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/completions/cppcheck b/completions/cppcheck
index 2d9b0b7..323d799 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -6,12 +6,13 @@ _cppcheck()
     _init_completion -s || return
 
     case $prev in
-        --append|--exitcode-suppressions|--rule-file|\
+        --append|--exitcode-suppressions|--rule-file|--config-excludes-file|\
         --suppressions-list|--includes-file|--include|-i)
             _filedir
             return
             ;;
-        -D|-U|--rule|--suppress|--template|--max-configs)
+        -D|-U|--rule|--suppress|--template|--max-configs|-h|--help|--version|\
+        --errorlist|--config-exclude|-l)
             return
             ;;
         --enable)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list