Skip to content

Commit

Permalink
mention how to list all helpers in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 19, 2015
1 parent 45dc0e4 commit 375843b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Command/eval.pm
Expand Up @@ -33,6 +33,7 @@ Mojolicious::Command::eval - Eval command
Usage: APPLICATION eval [OPTIONS] CODE
./myapp.pl eval 'say app->ua->get("/")->res->body'
./myapp.pl eval 'say for sort keys %{app->renderer->helpers}'
./myapp.pl eval -v 'app->home'
./myapp.pl eval -V 'app->renderer->paths'
Expand Down

0 comments on commit 375843b

Please sign in to comment.