Class: Mail2Matrix::CLI

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Singleton
Defined in:
lib/mail2matrix/cli.rb

Overview

The Command Line Interface (CLI) for the gem.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.startObject



17
18
19
# File 'lib/mail2matrix/cli.rb', line 17

def self.start
  instance.start
end

Instance Method Details

#startObject



21
22
23
24
25
26
27
# File 'lib/mail2matrix/cli.rb', line 21

def start
  load_configuration
  parse_arguments
  read_stdin
  configuration.finalize!
  run
end