commit
dd686f35d1
2
src/_mix
2
src/_mix
|
@ -104,6 +104,7 @@ _1st_arguments=(
|
|||
'phoenix.server:Starts applications and their servers'
|
||||
'phx.digest:Digests and compresses static files'
|
||||
'phx.digest.clean:Removes old versions of static assets.'
|
||||
'phx.gen.auth:Generates a flexible, pre-built authentication system'
|
||||
'phx.gen.channel:Generates a Phoenix channel'
|
||||
'phx.gen.context:Generates a context with functions around an Ecto schema'
|
||||
'phx.gen.html:Generates controller, views, and context for an HTML resource'
|
||||
|
@ -188,6 +189,7 @@ __task_list ()
|
|||
'phoenix.server'
|
||||
'phx.digest'
|
||||
'phx.digest.clean'
|
||||
'phx.gen.auth'
|
||||
'phx.gen.channel'
|
||||
'phx.gen.context'
|
||||
'phx.gen.html'
|
||||
|
|
Loading…
Reference in New Issue