wuzz: add primary command; de-capitalize descs

coverage
Waldir Pimenta 2017-04-25 22:47:00 +01:00
parent 331c97b209
commit fb7e3969fe
1 changed files with 8 additions and 4 deletions

View File

@ -2,18 +2,22 @@
> Tool to interactively inspect HTTP requests and responses. > Tool to interactively inspect HTTP requests and responses.
- Display Help: - Start wuzz:
`wuzz`
- Display help information:
`F1` `F1`
- Send request: - Send an HTTP request:
`Ctrl+R` `Ctrl+R`
- Next View: - Switch to the next view:
`Ctrl+J, Tab` `Ctrl+J, Tab`
- Previous View: - Switch to the previous view:
`Ctrl+K, Shift+Tab` `Ctrl+K, Shift+Tab`