Skip to content

Commit

Permalink
update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2018
1 parent 274bf63 commit c4990e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

7.62 2018-02-01
- Added -u option to get command. (jberger)
- Added dont_use_nlink option to list_tree method in Mojo::File.
- Fixed a promise resolution bug in Mojo::Promise.

Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Command/get.pm
Expand Up @@ -144,6 +144,7 @@ Mojolicious::Command::get - Get command
mojo get mojolicious.org
mojo get -v -r -o 25 -i 50 google.com
mojo get -v -H 'Host: mojolicious.org' -H 'Accept: */*' mojolicious.org
mojo get -u 'sri:s3cret' https://mojolicious.org
mojo get mojolicious.org > example.html
mojo get -M PUT mojolicious.org < example.html
mojo get -f 'q=Mojolicious' -f 'size=5' https://metacpan.org/search
Expand Down

0 comments on commit c4990e5

Please sign in to comment.