diff --git a/internal/option.go b/internal/option.go index 27b7f9c..772f23c 100644 --- a/internal/option.go +++ b/internal/option.go @@ -393,7 +393,9 @@ func (opt *Option) NewRunner() (*Runner, error) { r.Probes = strings.Split(opt.OutputProbe, ",") } - fmt.Println(opt.PrintConfig(r)) + if !opt.Quiet { + fmt.Println(opt.PrintConfig(r)) + } // init output file if opt.OutputFile != "" {