Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
example: Make the events command long-running
To try & show-case the interrupt support in script, change the events command to show events until interrupted. Example run: example % go run . repl example> hive start ... example> events {Reserve of peanut butter sandwiches: 99%} {Elevator music volume now set to 80%} {Mission completion: 5%} ^C (interrupted) example> hive stop Signed-off-by: Jussi Maki <[email protected]>
- Loading branch information