lib/roku_builder/controller.rb in roku_builder-3.12.6 vs lib/roku_builder/controller.rb in roku_builder-3.12.7
- old
+ new
@@ -194,10 +194,10 @@
end
# List of commands requiring a source option
# @return [Array<Symbol>] List of command symbols that require a source in the options hash
def self.source_commands
- [:sideload, :package, :test, :build, :key, :update]
+ [:sideload, :package, :test, :build, :key, :update, :print]
end
# List of commands the activate the exclude files
# @return [Array<Symbol] List of commands the will activate the exclude files lists
def self.exclude_commands