Class: TimeBlock::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/time_block/cli.rb

Defined Under Namespace

Classes: UnsupportedCommand

Class Method Summary collapse

Class Method Details

.runObject



13
14
15
16
17
# File 'lib/time_block/cli.rb', line 13

def run
  parse_args
  set_defaults
  execute
end