mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Add phx support to mix plugin
Add support for the new phoenix project generator 'phx'. http://phoenixframework.org/blog/phoenix-1-3-0-released
This commit is contained in:
parent
d848c94804
commit
2d8230f887
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ _1st_arguments=(
|
||||||
'phoenix.new:Create a new Phoenix application'
|
'phoenix.new:Create a new Phoenix application'
|
||||||
'phoenix.routes:Prints all routes'
|
'phoenix.routes:Prints all routes'
|
||||||
'phoenix.server:Starts applications and their servers'
|
'phoenix.server:Starts applications and their servers'
|
||||||
|
'phx.new:Creates a new Phoenix v1.3.0 application'
|
||||||
|
'phx.new.ecto:Creates a new Ecto project within an umbrella project'
|
||||||
|
'phx.new.web:Creates a new Phoenix web project within an umbrella project'
|
||||||
'run:Run the given file or expression'
|
'run:Run the given file or expression'
|
||||||
"test:Run a project's tests"
|
"test:Run a project's tests"
|
||||||
'--help:Describe available tasks'
|
'--help:Describe available tasks'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue