Class: NotionTask

Inherits:
Object
  • Object
show all
Includes:
Commander::Methods
Defined in:
lib/notion-task.rb

Overview

Main application class for NotionTask command-line interface

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
# File 'lib/notion-task.rb', line 15

def run
  setup_program
  setup_commands
  run!
end