Method: Inch::CLI::Command::Show#run

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

#run(*args) ⇒ Object



18
19
20
21
# File 'lib/inch/cli/command/show.rb', line 18

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