cargo-readme icon indicating copy to clipboard operation
cargo-readme copied to clipboard

[Feature request] add --check option to check if the existing README.md should be updated

Open mendelt opened this issue 6 years ago • 1 comments

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.

mendelt avatar May 17 '19 08:05 mendelt

As a workaround, for anyone else coming long, try:

diff --brief <(cargo readme) README.md

porglezomp avatar Aug 25 '19 06:08 porglezomp