bin/roku in roku_builder-3.12.2 vs bin/roku in roku_builder-3.12.4
- old
+ new
@@ -168,9 +168,13 @@
opts.on("-I", "--in PATH", "Input file for sideloading") do |i|
options[:in] = i
end
+ opts.on("-r", "--regexp REGEXP", "A regular expression used to filter monitor logs") do |r|
+ options[:regexp] = r
+ end
+
opts.on("-x", "--exclude", "Apply exclude config to sideload") do
options[:exclude] = true
end
opts.on("-V", "--verbose", "Print Info message") do