manrajgrover/football-cli

What does -d flag do?

sartaj10 opened this issue · 2 comments

Description

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

In this, what does the -d refer to?

Versions

  • NodeJS version (if applicable):
  • Football CLI version:

Error

Expected behaviour

Steps to recreate

People to notify

@manrajgrover

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.

Thanks!