bin/roku in roku_builder-3.6.3 vs bin/roku in roku_builder-3.6.4

- old
+ new

@@ -66,9 +66,13 @@ opts.on("-k", "--key", "Command: change device key") do options[:key] = true end + opts.on("--print ATTRIBUTE", "Command: Print attribute for scripting") do |a| + options[:print] = a + end + opts.on("--screen SCREEN", "Command: show a screen") do |s| options[:screen] = s end opts.on("--screens", "Command: show possible screens") do