Merge pull request #973 from dlee/gem_build

Add gem build autocompletion
pull/1095/merge
Robby Russell 2014-03-22 15:36:52 -07:00
commit d4e907bf14
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi
case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list)
if [[ "$state" == forms ]]; then
_gem_installed