mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 08:55:05 +01:00
add self to authors, update changelog, and mention shorthand in --help output
This commit is contained in:
parent
9034546b80
commit
4fe3deb9d9
@ -29,3 +29,4 @@ Patches and ideas
|
|||||||
* `Davey Shafik <https://github.com/dshafik>`_
|
* `Davey Shafik <https://github.com/dshafik>`_
|
||||||
* `cido <https://github.com/cido>`_
|
* `cido <https://github.com/cido>`_
|
||||||
* `Justin Bonnar <https://github.com/jargonjustin>`_
|
* `Justin Bonnar <https://github.com/jargonjustin>`_
|
||||||
|
* `Nathan LaFreniere <https://github.com/nlf>`_
|
||||||
|
@ -1255,6 +1255,7 @@ Changelog
|
|||||||
* `0.8.0-dev`_
|
* `0.8.0-dev`_
|
||||||
* Added ``field=@file.txt`` and ``field:=@file.json`` for embedding
|
* Added ``field=@file.txt`` and ``field:=@file.json`` for embedding
|
||||||
the contents of text and JSON files into request data.
|
the contents of text and JSON files into request data.
|
||||||
|
* Added curl-style shorthand for localhost
|
||||||
* `0.7.1`_ (2013-09-24)
|
* `0.7.1`_ (2013-09-24)
|
||||||
* Added ``--ignore-stdin``.
|
* Added ``--ignore-stdin``.
|
||||||
* Added support for auth plugins.
|
* Added support for auth plugins.
|
||||||
|
@ -88,6 +88,11 @@ positional.add_argument(
|
|||||||
help="""
|
help="""
|
||||||
The scheme defaults to 'http://' if the URL does not include one.
|
The scheme defaults to 'http://' if the URL does not include one.
|
||||||
|
|
||||||
|
You can also use a shorthand for localhost
|
||||||
|
|
||||||
|
$ http :3000 # => http://localhost:3000
|
||||||
|
$ http :/foo # => http://localhost/foo
|
||||||
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
positional.add_argument(
|
positional.add_argument(
|
||||||
|
Loading…
Reference in New Issue
Block a user