Class: Trabox::Command::Subscribe::ArgumentParser

Inherits:
Object
  • Object
show all
Defined in:
lib/trabox/commands/subscribe/argument_parser.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeArgumentParser

Returns a new instance of ArgumentParser.



12
13
14
15
16
# File 'lib/trabox/commands/subscribe/argument_parser.rb', line 12

def initialize
  opts = parse!

  config_overwrite(opts)
end

Class Method Details

.parse!Object



8
9
10
# File 'lib/trabox/commands/subscribe/argument_parser.rb', line 8

def self.parse!
  new
end