httpie-cli/httpie/output
Batuhan Taskaya f9b5c2f696
Man page fixes (#1364)
- Highlighting for options (-x, --x) now doesn't strip the prefix (may be whitespace).
- Escape sequences are now cross-platform compatible (directly taken by groff/troff [man's renderer])
- Now we check for the section before displaying the man pages.
- On MacOS, there is HTTP(n) which is different from our HTTP(1). This used to conflict with it, and we showed the wrong page. Now we specifically ask foir HTTP(1).
- Errors that might happen (e.g non executable man command) is now suppressed. So in the worst case (if anything regarding man execution goes wrong), we'll always display the manual.
- Docs for man pages.
- HTTPie man pages.
- Epilog for the man pages (see also)
- Auto-generated comments.
2022-05-05 11:17:37 -07:00
..
formatters Refactor palette (#1378) 2022-05-05 08:17:05 -07:00
lexers Fix displaying of status code without a status message. (#1301) 2022-03-03 08:28:04 -08:00
ui Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
__init__.py Modularized output, refactoring 2014-04-27 21:58:00 +02:00
models.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
processing.py Implement basic metrics layout & total elapsed time (#1250) 2021-12-23 12:13:25 -08:00
streams.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
utils.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
writer.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00