manrajgrover / football-cli

⚽ Command line interface for Hackers who love football
MIT License
1.07k stars 80 forks source link

Remove "-1" scores for future matches #37

Closed MichaelObi closed 6 years ago

MichaelObi commented 6 years ago

There should be no need to show a score for games that have not been played. This PR removes the "-1" default score for null goals when requesting for fixtures.

Thanks.

MichaelObi commented 6 years ago

42 proposes a solution that handles Knockout matches too.