Skip to content

Commit

Permalink
add mention of --with-page (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
snadon authored Jun 3, 2024
1 parent 5f88068 commit e069903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/gen/action/browser.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e069903

Please sign in to comment.