Class: TimerCli::Command
- Inherits:
-
Object
- Object
- TimerCli::Command
- 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
Instance Method Details
#run ⇒ Object
36 37 38 |
# File 'lib/timer_cli/command.rb', line 36 def run dispatch end |