Skip to content

Commit

Permalink
chore: add ci to the blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Nov 15, 2024
1 parent d3e6066 commit 988787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 988787e

Please sign in to comment.