some updates in readme

This commit is contained in:
Pablo Martin 2024-06-11 23:04:14 +02:00
parent 67cc40b0d3
commit 1a6260b90b

View file

@ -55,4 +55,9 @@ The output file will follow this schema:
A few more details:
- Running `get-rates` with an `end-date` beyond the current date will ignore the future dates. The run will behave as if you had specified today as the `end-date`.
- Trying to place an `end-date` before a `start-date` will cause an exception.
- Trying to place an `end-date` before a `start-date` will cause an exception.
- Running with the option `--dry-run` will run against a mock of the xe.com API. Format will be valid, but all rates will be 42. This is for testing purposes.
## Testing
#TODO Explain how to run tests