Add gem build autocompletion

This commit is contained in:
David Lee 2012-02-26 02:29:24 -08:00 committed by Benjamin Bach
commit a44ca3d513

View file

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