jj/cli
Yuya Nishihara 6877ec4316 cli: add diff --ignore-all-space/--ignore-space-change flags
These flags only apply to line-based diffs. This is easy, and seems still useful
to highlight whitespace changes (that could be ignored by line diffing.)

I've added short options only to "diff"-like commands. It seemed unclear if
they were added to deeply-nested commands such as "op log".

Closes #3781
2024-10-06 09:45:27 +09:00
..
examples templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src cli: add diff --ignore-all-space/--ignore-space-change flags 2024-10-06 09:45:27 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: add diff --ignore-all-space/--ignore-space-change flags 2024-10-06 09:45:27 +09:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE