| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 89.78495% with 38 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #159 +/- ##
==========================================
+ Coverage 86.25% 86.41% +0.15%
==========================================
Files 13 14 +1
Lines 6222 6565 +343
Branches 519 530 +11
==========================================
+ Hits 5367 5673 +306
- Misses 854 890 +36
- Partials 1 2 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
This is now a good option parser and has basic sdiff compare functionality. This is a good base for further development.
* ArgParser: removed default option, which does not exist in GNU diffutils * fix test 'cannot_read_files' (same as PR uutils#188) * merge test from PR uutils#159
| Back | FazBrowse Home | New Git URL |
Initial implementation of sdiff
So far, just reuse side_diff implementation to just show a side by side diff (same as diff -y)
Currently supports arguments: from_file, to_file, expand_tabs, tabsize, width since it is already was implemented for the diff and used by side_diff. The rest and interactive mode is supposed to be added in following PRs.
Relates to: #16