manrajgrover / football-cli

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

Not able to see upcoming matches #38

Closed murarisumit closed 6 years ago

murarisumit commented 6 years ago
BUG REPORT
Bug: {Not able to see upcoming matches for Argentina}

SUGGESTION
Suggestion: {Should be able to see, upcoming matches of team}

Versions

Error

Was not able to see upcoming match of argentina, which according to my timezone is today

Expected behaviour

Should be able to see upcoming match

Steps to recreate

Have added screenshot

image
manrajgrover commented 6 years ago

Hi @murarisumit,

There is a --next flag which needs to be invoked for upcoming fixtures. The command defaults to past fixtures.

Here is the updated command:

$ football fixtures --next

Regarding version issue, I've raised a PR (#40) for it which should fix it.