feat(parser/keyword): use stdout & stderr by default
All checks were successful
submodules sync / sync (push) Successful in 47s
build / build (push) Successful in 2m22s
build / trigger-build-image (push) Successful in 11s

This commit is contained in:
张泊明518370910136 2025-05-26 07:07:34 -04:00
parent 613eafba1c
commit 46f9cdd281

View File

@ -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
} }