add completion for `mix phx.gen.live`

This commit is contained in:
Zsolt Simon 2024-01-24 13:16:39 +01:00
parent f7c3173886
commit 9a23ac3509
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ _1st_arguments=(
'phx.gen.channel:Generates a Phoenix channel' 'phx.gen.channel:Generates a Phoenix channel'
'phx.gen.context:Generates a context with functions around an Ecto schema' 'phx.gen.context:Generates a context with functions around an Ecto schema'
'phx.gen.html:Generates controller, views, and context for an HTML resource' 'phx.gen.html:Generates controller, views, and context for an HTML resource'
'phx.gen.live:Generates controller, context and helper for a LiveView resource'
'phx.gen.json:Generates controller, views, and context for a JSON resource' 'phx.gen.json:Generates controller, views, and context for a JSON resource'
'phx.gen.presence:Generates a Presence tracker' 'phx.gen.presence:Generates a Presence tracker'
'phx.gen.schema:Generates an Ecto schema and migration file' 'phx.gen.schema:Generates an Ecto schema and migration file'
@ -193,6 +194,7 @@ __task_list ()
'phx.gen.channel' 'phx.gen.channel'
'phx.gen.context' 'phx.gen.context'
'phx.gen.html' 'phx.gen.html'
'phx.gen.live'
'phx.gen.json' 'phx.gen.json'
'phx.gen.presence' 'phx.gen.presence'
'phx.gen.schema' 'phx.gen.schema'