1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-05 00:58:45 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
d262181bed Fix typos (user-facing and non-user-facing) ()
* Fix typos (user-facing and non-user-facing

Found via `codespell -q 3 -L datas,medias,warmup`

* Fix source typo found in tests/
2022-04-16 02:06:34 +03:00
ff6f1887b0 [Major] UI Enhancements ()
* Refactor tests to use a text-based standard output. ()

* Implement new style `--help` ()

* Implement man page generation ()

* Implement rich progress bars. ()

* Man page deployment & isolation. ()

* Remove all unsorted usages in the CLI docs

* Implement isolated mode for man page generation

* Add a CI job for autogenerated files

* Distribute man pages through PyPI

* Pin the date for man pages. ()

* Hide suppressed arguments from --help/man pages ()

* Change download spinner to line ()

* Regenerate autogenerated files when pushed against to master. ()

* Highlight options ()

* Additional man page enhancements ()

* Group options by the parent category & highlight -o/--o

* Display (and underline) the METAVAR on man pages.

* Make help message processing more robust ()

* Inherit `help` from `short_help`

* Don't mirror short_help directly.

* Fixup the serialization

* Use `pager` and `man` on `--manual` when applicable ()

* Run `man $program` on --manual

* Page the output of `--manual` for systems that lack man pages

* Improvements over progress bars (separate bar, status line, etc.) ()

* Redesign the --help layout.

* Make our usage of rich compatible with 9.10.0

* Add `HTTPIE_NO_MAN_PAGES`

* Make tests also patch os.get_terminal_size

* Generate CLI spec from HTTPie & Man Page Hook ()

* Generate CLI spec from HTTPie & add man page hook

* Use the full command space for the option headers
2022-04-14 07:43:10 -07:00
151becec2b Improve startup time with lazy loading some args ()
* Improve startup time with lazy loading some args

* add some tests

* Add changelog entry

* Update CHANGELOG.md

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-01 10:15:59 -08:00