dotnetdeveloperaz / MetalPriceConsole

Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
0 stars 0 forks source link

Add --cache switch #48

Closed dotnetdeveloperaz closed 11 months ago

dotnetdeveloperaz commented 1 year ago

Need to add -cache switch to save results to the cache file. This enables testing without writing to the database, or to make it easier to create a json file and overwrite the SingleDay.sample or MultiDay.sample files.

dotnetdeveloperaz commented 11 months ago

This switch has been added, implementation is being modified.