Class: Transat::HelpCommand

Inherits:
BaseCommand show all
Defined in:
lib/transat/parser.rb

Instance Attribute Summary

Attributes inherited from BaseCommand

#non_options, #options

Instance Method Summary collapse

Methods inherited from BaseCommand

#initialize

Constructor Details

This class inherits a constructor from Transat::BaseCommand

Instance Method Details

#runObject

Raises:



56
57
58
# File 'lib/transat/parser.rb', line 56

def run
  raise HelpNeeded.new(non_options.first)
end