From f4f146543d252e28a7343065526dcfc2fa8983e8 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 4 Apr 2026 14:07:13 +0800 Subject: [PATCH] test(cli): cover rm purge help output --- crates/cli/tests/help_contract.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cli/tests/help_contract.rs b/crates/cli/tests/help_contract.rs index facf128..ca12a9d 100644 --- a/crates/cli/tests/help_contract.rs +++ b/crates/cli/tests/help_contract.rs @@ -238,6 +238,7 @@ fn top_level_command_help_contract() { expected_tokens: &[ "--recursive", "--force", + "--purge", "--dry-run", "--incomplete", "--versions",