From 9a23ac3509313abb309a71b728cdfbdb7f3bd222 Mon Sep 17 00:00:00 2001 From: Zsolt Simon Date: Wed, 24 Jan 2024 13:16:39 +0100 Subject: [PATCH] add completion for `mix phx.gen.live` --- src/_mix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_mix b/src/_mix index 0cd8ecd..aa11a17 100644 --- a/src/_mix +++ b/src/_mix @@ -108,6 +108,7 @@ _1st_arguments=( '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' + '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.presence:Generates a Presence tracker' 'phx.gen.schema:Generates an Ecto schema and migration file' @@ -193,6 +194,7 @@ __task_list () 'phx.gen.channel' 'phx.gen.context' 'phx.gen.html' + 'phx.gen.live' 'phx.gen.json' 'phx.gen.presence' 'phx.gen.schema'