luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.59k stars 156 forks source link

gen.action.browser doesn't mention the --with-page flag #1873

Closed jwoertink closed 4 months ago

jwoertink commented 5 months ago
❯ lucky gen.action.browser -h
Generate a new browser action

Example:

  lucky gen.action.browser Users::Index

There's a --with-page flag you can use to generate a page along with the action, and this task help should mention that. Ref: https://github.com/luckyframework/lucky_cli/issues/862