浏览代码

Merge pull request #1365 from pcasaretto/add-heroku-remote-switch

Add the heroku --remote switch
Robby Russell 12 年之前
父节点
当前提交
2e55825f9c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/heroku/_heroku

+ 1 - 0
plugins/heroku/_heroku

@@ -154,5 +154,6 @@ case "$words[1]" in
 _arguments \
   $_command_args \
   '(--app)--app[the app name]' \
+  '(--remote)--remote[the remote name]' \
   &&  return 0