Skip to content

Initial CLI release

Latest
Compare
Choose a tag to compare
@Matthiee Matthiee released this 24 Oct 09:01
6110c57

Create VCDiff delta

VCDiff.Core.Cli.exe create -o [original] -n [updated] -d [output] -b [window size]

Apply delta

VCDiff.Core.Cli.exe patch -o [original] -d [delta] -n [output]