httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.56k stars 3.67k forks source link

Hide pretty help #1384

Closed isidentical closed 2 years ago

isidentical commented 2 years ago

Hides the rich based help temporarily, until we suit it to our needs.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1384 (23892b7) into master (4d7d6b6) will decrease coverage by 2.35%. The diff coverage is 92.01%.

@@            Coverage Diff             @@
##           master    #1384      +/-   ##
==========================================
- Coverage   97.28%   94.92%   -2.36%     
==========================================
  Files          67      103      +36     
  Lines        4235     7290    +3055     
==========================================
+ Hits         4120     6920    +2800     
- Misses        115      370     +255     
Impacted Files Coverage Δ
httpie/output/ui/man_pages.py 0.00% <0.00%> (ø)
httpie/output/ui/rich_utils.py 0.00% <0.00%> (ø)
tests/test_binary.py 100.00% <ø> (ø)
tests/utils/__init__.py 92.30% <ø> (+3.62%) :arrow_up:
tests/utils/http_server.py 99.00% <ø> (ø)
tests/utils/matching/parsing.py 97.95% <ø> (-2.05%) :arrow_down:
tests/utils/matching/test_matching.py 100.00% <ø> (ø)
tests/utils/matching/tokens.py 100.00% <ø> (ø)
tests/utils/plugins_cli.py 99.20% <ø> (ø)
httpie/compat.py 39.21% <36.73%> (-60.79%) :arrow_down:
... and 91 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7a4fb5d...23892b7. Read the comment docs.