From 5995d87abd326bb07c8ed637e527868ae464e25a Mon Sep 17 00:00:00 2001 From: Astradus Date: Wed, 8 Jul 2026 23:16:10 +0930 Subject: [PATCH] Remove repo helper text --- src/utils/bin/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index b2cb856..46fda8a 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -142,7 +142,7 @@ export const banner = (args?: string[]): string => { ` Type 'help' to see the list of available commands. - Type 'repo' or click here for my Github account. + ` ); };