Cargo.lock
Cargo.toml
src/**/*.rs
cargo clippy -- -D clippy::all
Cargo.lock
Cargo.toml
src/**/*.rs
Cargo.lock
Cargo.toml
src/**/*.rs
README.md
t/README.md
Cargo.toml
CHANGELOG.md
src/**/*.rs
img/crates.png
cargo build --release
kapow {0} >{target}
cargo outdated --exit-code=1
cargo uninstall {dirname}
cargo install cargo-audit cargo-edit cargo-outdated cocomo dtg kapow tokei toml-cli
tokei; echo
cocomo -o sloccount
cocomo
set -xeo pipefail
V=$(toml get -r Cargo.toml package.version)
git commit -m "$V"
git tag -a "$V" -m "$V"
cargo publish
git push
git push --tags
echo This command runs
#echo Ignore this command
echo This command runs too but the next one fails
exit 1
echo This does not run because the prior command failed
print("This is a custom recipe in Python.")