Skip to content

Commit e7fe17c

Browse files
committed
Don't print plugin prerelease warning in middle of help
Signed-off-by: itowlson <[email protected]>
1 parent adc1329 commit e7fe17c

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)