Class: MarketplaceKit::Commands::ShowHelp

Inherits:
BaseCommand
  • Object
show all
Includes:
Services::Loggable
Defined in:
lib/marketplace_kit/commands/show_help.rb

Instance Method Summary collapse

Methods included from Services::Loggable

#log

Methods inherited from BaseCommand

#initialize

Constructor Details

This class inherits a constructor from MarketplaceKit::Commands::BaseCommand

Instance Method Details

#executeObject



6
7
8
9
# File 'lib/marketplace_kit/commands/show_help.rb', line 6

def execute
  ShowVersion.new(nil).execute
  log :usage
end