feat(parser/keyword): use stdout & stderr by default
This commit is contained in:
parent
613eafba1c
commit
46f9cdd281
|
@ -14,8 +14,8 @@ type Match struct {
|
|||
|
||||
type Conf struct {
|
||||
Score int
|
||||
Files []string
|
||||
ForceQuitOnDeduct bool `default:"false"`
|
||||
Files []string `default:"[stdout,stderr]"`
|
||||
ForceQuitOnDeduct bool `default:"false"`
|
||||
Matches []Match
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user