lib/licensed/commands/status.rb in licensed-2.12.2 vs lib/licensed/commands/status.rb in licensed-2.13.0

- old
+ new

@@ -2,15 +2,15 @@ require "yaml" module Licensed module Commands class Status < Command - # Create a reporter to use during a command run + # Returns the default reporter to use during the command run # # options - The options the command was run with # # Returns a Licensed::Reporters::StatusReporter - def create_reporter(options) + def default_reporter(options) Licensed::Reporters::StatusReporter.new end protected