Class: FootballCli::CLI
- Inherits:
-
Thor
- Object
- Thor
- FootballCli::CLI
- Defined in:
- lib/football_cli/cli.rb
Instance Method Summary collapse
Instance Method Details
#live ⇒ Object
20 21 22 |
# File 'lib/football_cli/cli.rb', line 20 def live handler.live_scores end |
#show ⇒ Object
15 16 17 |
# File 'lib/football_cli/cli.rb', line 15 def show handler.run end |