Commit 997db0195a5920a3da49476b5920fd488c597184

r75 | fbos | 2007-01-31 12:25:15 -0500 (mer., 31 janv. 2007) | 1 line

Added switch to the list of bash completions.

git-svn-id: svn+ssh://rubyforge.org/var/svn/piston/trunk@81 d6c2ea82-c31b-0410-8381-e9c44f9824c5

Commit diff

contrib/piston

 
66 COMPREPLY=()
77 cur=${COMP_WORDS[COMP_CWORD]}
88
9 commands='update convert help unlock lock import'
9 commands='update convert help unlock lock import switch'
1010
1111 if [[ $COMP_CWORD -eq 1 ]] ; then
1212 if [[ "$cur" == -* ]]; then
toggle raw diff