mirror of
https://github.com/httpie/cli.git
synced 2025-06-23 02:51:36 +02:00
Improved .netrc example formatting.
This commit is contained in:
parent
2ad4059f92
commit
354aaa94bd
@ -501,11 +501,11 @@ With password prompt:
|
|||||||
$ http -a username example.org
|
$ http -a username example.org
|
||||||
|
|
||||||
|
|
||||||
Authorization information from your ``.netrc`` file is honored as well:
|
Authorization information from your ``~/.netrc`` file is honored as well:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ cat .netrc
|
$ cat ~/.netrc
|
||||||
machine httpbin.org
|
machine httpbin.org
|
||||||
login httpie
|
login httpie
|
||||||
password test
|
password test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user