lib/inch/cli/command/show.rb in inch-0.2.2 vs lib/inch/cli/command/show.rb in inch-0.2.3

- old
+ new

@@ -1,8 +1,13 @@ +require_relative 'options/show' +require_relative 'output/show' + module Inch module CLI module Command class Show < BaseObject + register_command_as :show + def description 'Shows an object with its results' end def usage