Browse Source

Add --full-debug to tab completion script

Alois Mahdal 7 years ago
parent
commit
607cde0939
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/complete.bash.skel

+ 1
- 1
src/complete.bash.skel View File

9
     COMPREPLY=()
9
     COMPREPLY=()
10
     cur="${COMP_WORDS[COMP_CWORD]}"
10
     cur="${COMP_WORDS[COMP_CWORD]}"
11
     sopts="-d -h -v"
11
     sopts="-d -h -v"
12
-    opts="--help --verbose --debug --version --version-semver"
12
+    opts="--full-debug --help --verbose --debug --version --version-semver"
13
     case "$cur" in
13
     case "$cur" in
14
         -*)
14
         -*)
15
             COMPREPLY=(
15
             COMPREPLY=(