yamldiff icon indicating copy to clipboard operation
yamldiff copied to clipboard

Are `--file` flags really necessary?

Open JensRantil opened this issue 3 years ago • 0 comments

Readme file gives

yamldiff --file1 /path/to/yamlfile1.yml --file2 /path/to/yamlfile2.yml

as an example. Given that I assume every invocation requires two files as input, maybe

yamldiff /path/to/yamlfile1.yml /path/to/yamlfile2.yml

(similar to good'ole diff) is nicer?

JensRantil avatar Jan 19 '21 19:01 JensRantil