From e06990316b0e64232d3717b7fc4cb665956b2eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nadon?= Date: Mon, 3 Jun 2024 10:41:13 -0400 Subject: [PATCH] add mention of --with-page (#1895) --- 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"