swc/scripts/crev/diff.sh

13 lines
220 B
Bash
Raw Normal View History

#!/usr/bin/env bash
#
# Script used to verify the depdencies of the project.
#
set -eu
./scripts/crev/verify.sh || true
echo "Opening the crate $1"
cargo crev crate diff $@ | code - --wait
cargo crev review $@ --diff