ソースを参照

Add --full-debug to tab completion script

Alois Mahdal 6 年 前
コミット
607cde0939
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/complete.bash.skel

+ 1
- 1
src/complete.bash.skel ファイルの表示

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=(