httpie-cli/httpie/manager
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
..
tasks Fix typos (user-facing and non-user-facing) (#1357) 2022-04-16 02:06:34 +03:00
__init__.py cmd: Implement httpie plugins interface (#1200) 2021-11-30 11:12:51 +03:00
__main__.py Dont apply default options on the httpie command (#1280) 2022-01-24 10:13:47 -08:00
cli.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
compat.py Single binary executables (#1330) 2022-04-14 08:11:12 -07:00
core.py Add httpie cli plugins in favor of the new cli namespace. (#1320) 2022-04-03 06:06:42 -07:00