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:
parent
cf5ccf06a0
commit
c117d241cb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue