mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge b2c2900bfa into 9772f8e10d
This commit is contained in:
commit
fc419d765e
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ _1st_arguments=(
|
||||||
'local.hex:Install hex locally'
|
'local.hex:Install hex locally'
|
||||||
'local.rebar:Install rebar locally'
|
'local.rebar:Install rebar locally'
|
||||||
'new:Create a new Elixir project'
|
'new:Create a new Elixir project'
|
||||||
|
'phoenix.digest:Digests and compress static files'
|
||||||
|
'phoenix.gen.channel:Generates a Phoenix channel'
|
||||||
|
'phoenix.gen.html:Generates controller, model and views for an HTML based resource'
|
||||||
|
'phoenix.gen.json:Generates a controller and model for a JSON based resource'
|
||||||
|
'phoenix.gen.model:Generates an Ecto model'
|
||||||
|
'phoenix.new:Create a new Phoenix application'
|
||||||
|
'phoenix.routes:Prints all routes'
|
||||||
|
'phoenix.server:Starts applications and their servers'
|
||||||
'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