No warning(s) in the output file with -quiet option. Report command (#885)

This commit is contained in:
DjinnS
2019-08-25 03:56:42 +02:00
committed by Kota Kanbe
parent d5e2040cef
commit dec5d3b165
4 changed files with 20 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ type Config struct {
LogDir string `json:"logDir,omitempty"`
ResultsDir string `json:"resultsDir,omitempty"`
Pipe bool `json:"pipe,omitempty"`
Quiet bool `json:"quiet,omitempty"`
Default ServerInfo `json:"default,omitempty"`
Servers map[string]ServerInfo `json:"servers,omitempty"`