Skip to content

Commit

Permalink
@argv is not ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 14, 2015
1 parent f8776a3 commit 45ea7b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.73 2015-01-14
5.73 2015-01-15
- Deprecated Mojolicious::Routes::Route::bridge in favor of
Mojolicious::Routes::Route::under.
- Removed deprecated object-oriented Mojo::JSON API.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -648,7 +648,7 @@ L<Mojolicious> distribution see L<Mojolicious::Plugins/"PLUGINS">.
Start the command line interface for your application, for a full list of
commands available by default see L<Mojolicious::Commands/"COMMANDS">.
# Always start daemon and ignore @ARGV
# Always start daemon
$app->start('daemon', '-l', 'http://*:8080');
=head2 startup
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Commands.pm
Expand Up @@ -318,7 +318,7 @@ disabled with the C<MOJO_NO_DETECT> environment variable.
Load application from class and start the command line interface for it.
# Always start daemon for application and ignore @ARGV
# Always start daemon for application
Mojolicious::Commands->start_app('MyApp', 'daemon', '-l', 'http://*:8080');
=head1 SEE ALSO
Expand Down

0 comments on commit 45ea7b0

Please sign in to comment.