Skip to content

Commit

Permalink
fix: add quouta command to the bubbletea blacklist (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Dec 18, 2023
1 parent c816caa commit ef568e7
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 @@ -27,7 +27,7 @@ import (
func main() {
argsWithProg := os.Args

bubbleTeaBlacklist := []string{"completion", "help", "--help", "-h"}
bubbleTeaBlacklist := []string{"completion", "help", "--help", "-h", "quota"}
canRunBubbleTea := true

if argsWithProg != nil {
Expand Down

0 comments on commit ef568e7

Please sign in to comment.