From 988787e83f81651cac15d499050d37ba57d5a9e3 Mon Sep 17 00:00:00 2001 From: CristhianF7 Date: Fri, 15 Nov 2024 15:48:50 -0500 Subject: [PATCH] chore: add ci to the blacklist --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 52484e0b..66c9aaca 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( func main() { argsWithProg := os.Args - bubbleTeaBlacklist := []string{"completion", "help", "--help", "-h", "quota", "logs"} + bubbleTeaBlacklist := []string{"completion", "help", "--help", "-h", "quota", "logs", "--ci"} isCiExecution := slices.Contains(argsWithProg, "--ci") canRunBubbleTea := true