Class: Spectra::Command

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/spectra/commands.rb

Direct Known Subclasses

Generate, Init

Defined Under Namespace

Classes: Generate, Init

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Command

Returns a new instance of Command.



15
16
17
18
# File 'lib/spectra/commands.rb', line 15

def initialize(argv)
  Spectra.logger.parse_argv(argv)
  super
end