cargo-readme
cargo-readme copied to clipboard
[Feature request] add --check option to check if the existing README.md should be updated
To make integration with CI easier I would like to see a --check flag just like in cargo fmt that checks if the current README.md is the same as the newly generated one.
As a workaround, for anyone else coming long, try:
diff --brief <(cargo readme) README.md