bin/roku in roku_builder-3.10.7 vs bin/roku in roku_builder-3.11.0
- old
+ new
@@ -74,9 +74,13 @@
opts.on("-k", "--key", "Command: change device key") do
options[:key] = true
end
+ opts.on("--genkey", "Command: generate a new key") do
+ options[:genkey] = true
+ end
+
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|