1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 23:03:29 +02:00

$ rails runner [TAB] *complete* (#5881)

This commit is contained in:
oooooooo
2018-04-24 03:36:55 +09:00
committed by Marc Cornellà
parent cf5ccf06a0
commit c117d241cb
+3
View File
@@ -51,6 +51,9 @@ _arguments \
if (( CURRENT == 1 )); then
_describe -t commands "rails subcommand" _1st_arguments
return
else
_files
return
fi
case "$words[1]" in