You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support default configs for cars, bikes, and scooters, however, I often find myself needing to tweak various values to test edge cases. For example, I may need to simulate a scooter company that has more frequent breakdowns than usual or a taxi company that uses lofi GPS units.
This proposal would add support for a file path as the config, with the existing keywords maintained.
trip-simulator --config bike
trip-simulator --config ./bike-with-faulty-wheels.json
The text was updated successfully, but these errors were encountered:
We currently support default configs for cars, bikes, and scooters, however, I often find myself needing to tweak various values to test edge cases. For example, I may need to simulate a scooter company that has more frequent breakdowns than usual or a taxi company that uses lofi GPS units.
This proposal would add support for a file path as the config, with the existing keywords maintained.
The text was updated successfully, but these errors were encountered: