httpie-cli/httpie/cli
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
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Hide pretty help (#1384) 2022-05-05 11:17:24 -07:00
argtypes.py Implement support for private key passphrases 2022-03-07 16:09:07 +03:00
constants.py Don't send Content-Length for OPTIONS requests when there is no data. (#1319) 2022-04-03 06:02:41 -07:00
definition.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
dicts.py Implement support for multiple headers with the same name in sessions (#1335) 2022-04-03 06:48:31 -07:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
nested_json.py Regulate top-level arrays (#1292) 2022-02-08 15:18:40 -08:00
options.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
requestitems.py Implement HTTPie Nested JSON v2 2022-01-13 19:54:43 +03:00
utils.py [Major] UI Enhancements (#1321) 2022-04-14 07:43:10 -07:00