bin/roku in roku_builder-3.6.6 vs bin/roku in roku_builder-3.7.0
- old
+ new
@@ -70,9 +70,17 @@
opts.on("--print ATTRIBUTE", "Command: Print attribute for scripting") do |a|
options[:print] = a
end
+ opts.on("--do-stage", "Command: Run the stager. Used for scripting. Alwasy run --do-unscript after") do
+ options[:dostage] = true
+ end
+
+ opts.on("--do-unstage", "Command: Run the unstager. Used for scripting. Alwasy run --do-script first") do
+ options[:dounstage] = true
+ end
+
opts.on("--screen SCREEN", "Command: show a screen") do |s|
options[:screen] = s
end
opts.on("--screens", "Command: show possible screens") do