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:



77
78
79
# File 'lib/transat/parser.rb', line 77

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