Skip to content

Commit

Permalink
feat: disable colorize output (fix #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Sep 15, 2022
1 parent 4614de6 commit df82a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.go
Expand Up @@ -102,7 +102,7 @@ iterPage:
break iterPage
}

fmt.Printf("%s\n", aurora.Green(url))
fmt.Printf("%s\n", url)
}

if opt.Engine == "duck" && p == 1 {
Expand Down

0 comments on commit df82a23

Please sign in to comment.