Griffintaur / News-At-Command-Line

:newspaper: News at the command line
MIT License
47 stars 53 forks source link

Saving the article to File #14

Closed AarohGala closed 6 years ago

AarohGala commented 6 years ago

Resolved https://github.com/Griffintaur/News-At-Command-Line/issues/6. Added a statement whether to save that article in a file or not! If the user selects Yes then its stored in the same folder of the program. Also found and corrected a small bug. If a person enters a random number (which is greater than the number of articles) than the Program used to Print index out of the bound error as it used to try to print article for all number.

Griffintaur commented 6 years ago

Thanks, @AarohGala for the PR.