From 6ade26ed3ec9e87a7d8b709a170560ece279a571 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=97=BD=20auth.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cli/handlers/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/handlers/auth.ts b/src/cli/handlers/auth.ts index c4cba5d..2e47982 100644 --- a/src/cli/handlers/auth.ts +++ b/src/cli/handlers/auth.ts @@ -328,3 +328,4 @@ export async function authLogout(): Promise { process.stdout.write('Successfully logged out from your Anthropic account.\n') process.exit(0) } +