Method: WhatToWatch::CLI#main_commands

Defined in:
lib/what_to_watch/cli.rb

#main_commandsObject

CLI Dialogue Methods



113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'lib/what_to_watch/cli.rb', line 113

def main_commands
  puts ""
  puts "---------"
  puts "MAIN MENU:"
  puts "---------"
  puts "1. Enter 1 to see the Best-Reviewed MOVIES you can stream now."
  puts "2. Enter 2 to see the Best-Reviewed TELEVISION you can stream now."
  puts "3. Enter 3 to see Recently-Added MOVIES/TELEVISION you can stream now."
  puts ""
  puts "Exit: Type exit"
  puts "---------------"
  puts ""
  @input = gets.strip
end