Class: FootballCli::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/football_cli/cli.rb

Instance Method Summary collapse

Instance Method Details

#liveObject



20
21
22
# File 'lib/football_cli/cli.rb', line 20

def live
  handler.live_scores
end

#showObject



15
16
17
# File 'lib/football_cli/cli.rb', line 15

def show
  handler.run
end