bin/roku in roku_builder-3.6.0 vs bin/roku in roku_builder-3.6.1
- old
+ new
@@ -131,9 +131,13 @@
opts.on("-I", "--in PATH", "Input file for sideloading") do |i|
options[:in] = i
end
+ opts.on("-x", "--exclude", "Apply exclude config to sideload") do
+ options[:exclude] = true
+ end
+
opts.on("-V", "--verbose", "Print Info message") do
options[:verbose] = true
end
opts.on("--debug", "Print Debug messages") do