Propagate no_messages option to worker.

Fixes #241
This commit is contained in:
Andrew Gallant
2016-11-20 14:27:18 -05:00
parent 883d8fc72f
commit 9598331fa8
2 changed files with 9 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ impl Args {
.invert_match(self.invert_match)
.max_count(self.max_count)
.mmap(self.mmap)
.no_messages(self.no_messages)
.quiet(self.quiet)
.text(self.text)
.build()