We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9ee0f commit c23b057Copy full SHA for c23b057
1 file changed
cargo-insta/src/cli.rs
@@ -597,6 +597,7 @@ fn test_run(mut cmd: TestCommand, color: &str) -> Result<(), Box<dyn Error>> {
597
598
// Legacy command
599
if cmd.delete_unreferenced_snapshots {
600
+ println!("Warning: `--delete-unreferenced-snapshots` is deprecated. Use `--unreferenced=delete` instead.");
601
cmd.unreferenced = "delete".into();
602
}
603
0 commit comments