Skip to content

Commit 3cb1869

Browse files
authored
Merge pull request #2452 from itowlson/srsly
Don't print plugin prerelease warning in middle of help
2 parents cbb2cb9 + e7fe17c commit 3cb1869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/up.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ impl UpCommand {
351351

352352
cmd.kill_on_drop(true);
353353
} else {
354+
cmd.env("SPIN_PLUGINS_SUPPRESS_COMPATIBILITY_WARNINGS", "1");
354355
cmd.arg("--help-args-only");
355356
}
356357

0 commit comments

Comments
 (0)