manrajgrover / football-cli

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

What does -d flag do? #24

Closed sartaj10 closed 6 years ago

sartaj10 commented 6 years ago

Description

football fixtures -l PL -d 5 -t "Manchester United" -n

In this, what does the -d refer to?

Versions

Error

Expected behaviour

Steps to recreate

People to notify

@ManrajGrover

manrajgrover commented 6 years ago

Hi @sartaj10,

-d flag is for checking upcoming or past fixtures in d number of days from today. There seems to be a typo in code which is why it does not show up in the help menu. Thanks for bringing this up.

sartaj10 commented 6 years ago

Thanks!