mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
$ rails runner [TAB] *complete*
This commit is contained in:
parent
d2725d44fc
commit
40a90a1fb4
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…
Add table
Add a link
Reference in a new issue