From 23979d80329a6500d4f909dd0863c36cf76f03f4 Mon Sep 17 00:00:00 2001 From: Jamie Sunderland Date: Sun, 22 Mar 2026 17:27:23 -0700 Subject: [PATCH] [jrs] remove non-zero exit code from lookup --- coast-cli/src/commands/lookup.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/coast-cli/src/commands/lookup.rs b/coast-cli/src/commands/lookup.rs index 4830601..d6fc17c 100644 --- a/coast-cli/src/commands/lookup.rs +++ b/coast-cli/src/commands/lookup.rs @@ -127,10 +127,6 @@ pub async fn execute(args: &LookupArgs, project: &str) -> Result<()> { let _ = wt_display; // used in header above } - if resp.instances.is_empty() { - std::process::exit(1); - } - Ok(()) } Response::Error(e) => {