httpie: Improve styling
This commit is contained in:
parent
2e4ca06d79
commit
b7f35db21d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue