typeshare
typeshare copied to clipboard
Support for --check argument
I would like to implement a stage in my CI that checks if the bindings need to be updated or not. Something similar to cargo fmt --check
would be nice where the script exits and prints any differences.
typeshare --check
for example so my CI would fail if the bindings have not been properly updated.