Files
shorebird/updater/patch/README.md
T
2023-03-27 14:58:52 -05:00

14 lines
479 B
Markdown

# patch command line tool
This is the tool used by the `shorebird` command line to compute the patch
file for uploading to the server.
This currently uses the rust `bidiff` crate to compute the patch file.
and could just use the `bic` command line tool included in that crate. However
we're explicitly writing our own command line to allow us to change the
underlying compression without affecting the `shorebird` command line callers.
## Usage
patch <old> <new> <patch>