Module: TimerCli

Defined in:
lib/timer_cli.rb,
lib/timer_cli/command.rb,
lib/timer_cli/version.rb,
lib/timer_cli/command/dispatcher.rb,
lib/timer_cli/command/base_command.rb,
lib/timer_cli/helpers/integer_time.rb,
lib/timer_cli/command/timer_command.rb

Overview

TimerCli module

Defined Under Namespace

Modules: Helpers Classes: Command, Error

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.run(_argv) ⇒ Object

execute the command line interface



28
29
30
31
# File 'lib/timer_cli.rb', line 28

def run(_argv)
  command = TimerCli::Command.new
  command.run
end