Merge pull request #985 from vurden/master

Update completion for mix
This commit is contained in:
Shohei YOSHIDA 2023-01-18 19:28:38 +09:00 committed by GitHub
commit dd686f35d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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'