PerlDancer / perldancer-website

Source code of the website of Dancer (written with Dancer)
47 stars 29 forks source link

"gen" subcommand missing from Quickstart guide? #60

Closed bonifex closed 3 years ago

bonifex commented 3 years ago

The Quickstart guide says do the following to scaffold a new Dancer2 application:

$ dancer2 -a MyWeb::App

Shouldn't this be:

$ dancer2 gen -a MyWeb::App

cromedome commented 3 years ago

You are correct! I'll try to get this resolved soon. Thanks for bringing it to our attention.

cromedome commented 3 years ago

Done. Thanks!