Added new debug commands to bash_completion.
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 16 Sep 2005 21:31:31 +0200
changeset 1263 bc1815cf89a7
parent 1262 325c07fd2ebd
child 1264 be4a14bfaa9c
Added new debug commands to bash_completion.
contrib/bash_completion
--- a/contrib/bash_completion	Fri Sep 16 10:42:20 2005 -0700
+++ b/contrib/bash_completion	Fri Sep 16 21:31:31 2005 +0200
@@ -11,6 +11,7 @@
     if [[ "$cur" == de* ]]; then
 	commands="$commands debugcheckstate debugstate debugindex"
 	commands="$commands debugindexdot debugwalk debugdata"
+	commands="$commands debugancestor debugconfig debugrename"
     fi
     COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "$commands" -- "$cur") )
 }