Skip to content

Commit

Permalink
list commands alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 26, 2014
1 parent 2086b36 commit 973d6a6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions lib/Mojolicious/Commands.pm
Expand Up @@ -141,19 +141,6 @@ the C<Mojolicious::Command> namespace.
These commands are available by default.
=head2 help
$ mojo
$ mojo help
$ ./myapp.pl help
List available commands with short descriptions.
$ mojo help <command>
$ ./myapp.pl help <command>
List available options for the command with short descriptions.
=head2 cgi
$ ./myapp.pl cgi
Expand Down Expand Up @@ -230,6 +217,19 @@ for a fully functional L<Mojolicious> plugin.
Use L<Mojolicious::Command::get> to perform requests to remote host or local
application.
=head2 help
$ mojo
$ mojo help
$ ./myapp.pl help
List available commands with short descriptions.
$ mojo help <command>
$ ./myapp.pl help <command>
List available options for the command with short descriptions.
=head2 inflate
$ ./myapp.pl inflate
Expand Down

0 comments on commit 973d6a6

Please sign in to comment.