Skip to content

Commit

Permalink
refactor: change disable-color flag to no-color (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
vprasanth authored Apr 9, 2021
1 parent 8f31580 commit 011f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (

logsNoColor = Flag{
Name: "Disable Color",
LongForm: "disable-color",
LongForm: "no-color",
Help: "Disable colored log output.",
}
)
Expand Down

0 comments on commit 011f1ed

Please sign in to comment.