Show More
@@ -11,6 +11,7 b'' | |||
|
11 | 11 | if [[ "$cur" == de* ]]; then |
|
12 | 12 | commands="$commands debugcheckstate debugstate debugindex" |
|
13 | 13 | commands="$commands debugindexdot debugwalk debugdata" |
|
14 | commands="$commands debugancestor debugconfig debugrename" | |
|
14 | 15 | fi |
|
15 | 16 | COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "$commands" -- "$cur") ) |
|
16 | 17 | } |
General Comments 0
You need to be logged in to leave comments.
Login now