From 73b261575872dbfaa669fa5808543f9e90e87d5c Mon Sep 17 00:00:00 2001 From: snadon Date: Sun, 2 Jun 2024 22:48:43 -0400 Subject: [PATCH] add mention of --with-page --- tasks/gen/action/browser.cr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/gen/action/browser.cr b/tasks/gen/action/browser.cr index b8e637d32..3b2ce5d86 100644 --- a/tasks/gen/action/browser.cr +++ b/tasks/gen/action/browser.cr @@ -9,9 +9,12 @@ class Gen::Action::Browser < LuckyTask::Task help_message <<-TEXT #{task_summary} + Optionally, you can pass the --with-page flag to generate + a page for the Action. + Example: - lucky gen.action.browser Users::Index + lucky gen.action.browser Users::Index --with-page TEXT positional_arg :action_name, "The name of the action"