mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 19:50:18 +00:00
-q work for config print
This commit is contained in:
parent
fcce861ae3
commit
ed3e95f21d
@ -393,7 +393,9 @@ func (opt *Option) NewRunner() (*Runner, error) {
|
|||||||
r.Probes = strings.Split(opt.OutputProbe, ",")
|
r.Probes = strings.Split(opt.OutputProbe, ",")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(opt.PrintConfig(r))
|
if !opt.Quiet {
|
||||||
|
fmt.Println(opt.PrintConfig(r))
|
||||||
|
}
|
||||||
|
|
||||||
// init output file
|
// init output file
|
||||||
if opt.OutputFile != "" {
|
if opt.OutputFile != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user