Class: Tomo::Commands::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/tomo/commands/help.rb

Class Method Summary collapse

Class Method Details

.parse(argv) ⇒ Object



6
7
8
# File 'lib/tomo/commands/help.rb', line 6

def self.parse(argv)
  Default.parse([*argv, "--help"])
end