Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The REPL now supports queries for the last event of a given type to given topic. Examples: ``` last :update, to: 'routes.1B' last :activate, to: 'vehicles.4003' last :depart, to: 'stations.BUS375' ``` This method should make finding relevant events much simpler while using the REPL.
- Loading branch information