Skip to content
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

Add command line options from icdiff #34

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Conversation

PeterNerlich
Copy link
Contributor

@PeterNerlich PeterNerlich commented Feb 25, 2023

As I suggested in #33. This should make available the flexibility icdiff already has a bit more for pytest as well. This is more or less just a quick hack on my part, I did not spend enough time to test whether all options actually work as intended, I merely made sure the current tests pass (which they only do when the terminal has a specific width btw. – e.g. 86, as I figured out. This is even before my contribution).

  • --cols
  • --show-all-spaces
  • --highlight
  • --line-numbers
  • --tabsize
  • --truncate
  • --strip-trailing-cr

The descriptions for these options are taken directly from icdiff itself.

--cols, --show-all-spaces, --highlight, --line-numbers, --tabsize, --truncate, --strip-trailing-cr
@hjwp hjwp merged commit 2eeff77 into hjwp:master Nov 8, 2023
@hjwp hjwp mentioned this pull request Nov 8, 2023
@hjwp
Copy link
Owner

hjwp commented Nov 8, 2023

belated, but heartfelt, thanks!!

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