From c03bda30cd50dbcbbbd69ff95ce6651f6989d09e Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Fri, 29 May 2020 15:25:05 +0530 Subject: [PATCH] Use colors by default --- cmd/httpx/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/httpx/options.go b/cmd/httpx/options.go index b81bf26..f14a67d 100644 --- a/cmd/httpx/options.go +++ b/cmd/httpx/options.go @@ -62,7 +62,7 @@ func ParseOptions() *Options { flag.BoolVar(&options.Silent, "silent", false, "Silent mode") flag.BoolVar(&options.Version, "version", false, "Show version of httpx") flag.BoolVar(&options.Verbose, "verbose", false, "Verbose Mode") - flag.BoolVar(&options.NoColor, "no-color", true, "No Color") + flag.BoolVar(&options.NoColor, "no-color", false, "No Color") flag.Parse() // Read the inputs and configure the logging