Use colors by default

This commit is contained in:
Ice3man543 2020-05-29 15:25:05 +05:30
parent 7649d6d2dc
commit c03bda30cd

View File

@ -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