Use bsdiff in command line Interface.
npm install bsdiff-cli``bashyarn
yarn global add bsdiff-cli
$3
While using bsdiff-cli, all the files must be in the same folder, and the bsdiff command should be used inside this folder, too., and should be the file name without any path string, nor errors would occurred.`bash
bsdiff --help
Usage: bsdiff Options:
-V, --version output the version number
-h, --help display help for command
Commands:
diff|d [patchFile] Do diff and get patch file
patch|p Do patch and get new file
help [command] display help for command
`$3
`bash
yarn test
``