Class: TimerCli::Command

Inherits:
Object
  • Object
show all
Includes:
TTY::Option, Dispatcher
Defined in:
lib/timer_cli/command.rb,
lib/timer_cli/command/dispatcher.rb,
lib/timer_cli/command/base_command.rb,
lib/timer_cli/command/timer_command.rb

Overview

TimerCli command line interface

Defined Under Namespace

Modules: Dispatcher Classes: BaseCommand, TimerCommand

Instance Method Summary collapse

Methods included from Dispatcher

#dispatch

Instance Method Details

#runObject



36
37
38
# File 'lib/timer_cli/command.rb', line 36

def run
  dispatch
end