Skip to content

Handle long option names for the supported output styles… #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

oSoMoN
Copy link
Collaborator

@oSoMoN oSoMoN commented Apr 9, 2024

… as well as all valid combinations accepted by GNU diff to request a context/unified diff.

I initially intended to use a ready-made library (like clap) to parse parameters in an easier to read/maintain fashion, but I had to give up on the idea for the sake of compatibility with GNU diff's implementation.

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.20%. Comparing base (3a8eddf) to head (b7261a4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   80.03%   81.20%   +1.16%     
==========================================
  Files          10       10              
  Lines        2730     2894     +164     
  Branches      680      737      +57     
==========================================
+ Hits         2185     2350     +165     
+ Misses        524      523       -1     
  Partials       21       21              
Flag Coverage Δ
macos_latest 82.08% <100.00%> (+1.14%) ⬆️
ubuntu_latest 74.79% <71.56%> (-0.15%) ⬇️
windows_latest 15.20% <19.90%> (+0.17%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sylvestre
Copy link
Collaborator

nice:
codecov/project — 81.20% (+1.16%) compared to 3a8eddf

@sylvestre sylvestre merged commit 8de0ca6 into uutils:main Apr 23, 2024
25 checks passed
@oSoMoN oSoMoN deleted the long-options branch April 30, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants