1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 08:50:40 +01: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