Skip to content

Commit e069903

Browse files
authored
add mention of --with-page (#1895)
1 parent 5f88068 commit e069903

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/gen/action/browser.cr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ class Gen::Action::Browser < LuckyTask::Task
99
help_message <<-TEXT
1010
#{task_summary}
1111
12+
Optionally, you can pass the --with-page flag to generate
13+
a page for the Action.
14+
1215
Example:
1316
14-
lucky gen.action.browser Users::Index
17+
lucky gen.action.browser Users::Index --with-page
1518
TEXT
1619

1720
positional_arg :action_name, "The name of the action"

0 commit comments

Comments
 (0)