Skip to content

Commit

Permalink
fix --no-color default option
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Sep 30, 2024
1 parent 25e82ee commit a0f2df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var supportedDefaultOpts = []string{
flagIncludeDir.Name,
flagJSON.Name,
flagMaxDepth.Name,
flagNoColor.Usage,
flagNoColor.Name,
flagOnlyDir.Name,
flagPair.Name,
flagQuiet.Name,
Expand Down

0 comments on commit a0f2df9

Please sign in to comment.