Class: Lazybird::Cli::CommandLine

Inherits:
Object
  • Object
show all
Includes:
Commands
Defined in:
lib/lazybird/cli/command_line.rb

Instance Method Summary collapse

Methods included from Commands

#add, #config, #display_done, #exit, #help, #intro, #my_run, #my_tasks, #rem, #run, #setup, #tasks

Constructor Details

#initializeCommandLine

Returns a new instance of CommandLine.



12
13
14
15
16
17
# File 'lib/lazybird/cli/command_line.rb', line 12

def initialize
  @facade = Lazybird::LazybirdFacade.new
  intro.display
  setup_check
  run_main_loop
end