From 2aaf74e581edb0cbc84cf64f742e2d9286dda96e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 9 Mar 2026 21:53:50 -0700 Subject: [PATCH] Fix exit example in help text --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index 1ad2ccd..c88a0fd 100755 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -70,7 +70,7 @@ $ cat nonexistent cat: nonexistent: ... [1] -$ exit 0 +$ true [0]`) process.exit(0) }