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