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 {
|
type Conf struct {
|
||||||
Score int
|
Score int
|
||||||
Files []string
|
Files []string `default:"[stdout,stderr]"`
|
||||||
ForceQuitOnDeduct bool `default:"false"`
|
ForceQuitOnDeduct bool `default:"false"`
|
||||||
Matches []Match
|
Matches []Match
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user