Commit 95ffb167 authored by David Lee's avatar David Lee Committed by Phil Eichinger
Browse files

Add gem build autocompletion

parent b578eea2
...@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then ...@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi fi
case "$words[1]" in case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list) list)
if [[ "$state" == forms ]]; then if [[ "$state" == forms ]]; then
_gem_installed _gem_installed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment