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

Don't shorten available choices on --help / other stylistic changes. #1379

Closed isidentical closed 1 year ago

isidentical commented 2 years ago

image

codecov-commenter commented 2 years ago

Codecov Report

Merging #1379 (dfd5122) into master (4d7d6b6) will decrease coverage by 1.74%. The diff coverage is 93.57%.

@@            Coverage Diff             @@
##           master    #1379      +/-   ##
==========================================
- Coverage   97.28%   95.54%   -1.75%     
==========================================
  Files          67      103      +36     
  Lines        4235     7226    +2991     
==========================================
+ Hits         4120     6904    +2784     
- Misses        115      322     +207     
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/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:
httpie/manager/compat.py 63.88% <63.88%> (ø)
... and 92 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 79a8ecd...dfd5122. Read the comment docs.