1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00: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

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