httpie: Improve styling

This commit is contained in:
Rico Sta. Cruz 2018-05-16 07:55:00 +08:00
parent 2e4ca06d79
commit b7f35db21d
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ Print options:
--pretty=none # all | colors | format --pretty=none # all | colors | format
``` ```
Authentication: #### Authentication
```bash ```bash
--session NAME --session NAME
@ -58,14 +58,14 @@ Authentication:
--auth-type digest --auth-type digest
``` ```
Session: #### Session
```bash ```bash
--session NAME # store auth and cookies --session NAME # store auth and cookies
--session-read-only NAME --session-read-only NAME
``` ```
Downloading: #### Downloading
```bash ```bash
-d, --download # like wget -d, --download # like wget
@ -73,7 +73,7 @@ Downloading:
-o, --output FILE -o, --output FILE
``` ```
Others: #### Others
```bash ```bash
-F, --follow # follow redirects -F, --follow # follow redirects