Method: Inch::CLI::Command::Inspect#run

Defined in:
lib/inch/cli/command/inspect.rb

#run(*args) ⇒ Object



19
20
21
22
# File 'lib/inch/cli/command/inspect.rb', line 19

def run(*args)
  prepare_objects(*args)
  Output::Inspect.new(@options, objects)
end