bin/roku in roku_builder-3.7.3 vs bin/roku in roku_builder-3.8.0
- old
+ new
@@ -70,9 +70,13 @@
opts.on("--print ATTRIBUTE", "Command: Print attribute for scripting") do |a|
options[:print] = a
end
+ opts.on("--profile COMMAND", "Command: Run various profiler options") do |c|
+ options[:profile] = c
+ 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