some updates in readme
This commit is contained in:
parent
67cc40b0d3
commit
1a6260b90b
1 changed files with 6 additions and 1 deletions
|
|
@ -55,4 +55,9 @@ The output file will follow this schema:
|
||||||
A few more details:
|
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`.
|
- 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue