Browse Source

Add --full-debug to tab completion script

Alois Mahdal 6 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,7 +9,7 @@ __%s() {
9 9
     COMPREPLY=()
10 10
     cur="${COMP_WORDS[COMP_CWORD]}"
11 11
     sopts="-d -h -v"
12
-    opts="--help --verbose --debug --version --version-semver"
12
+    opts="--full-debug --help --verbose --debug --version --version-semver"
13 13
     case "$cur" in
14 14
         -*)
15 15
             COMPREPLY=(