Open
Description
See #153 (review)
It would be nice to:
- Switch to a more modern means of handling errors -
error-chain
instead ofquick_error
andBox<Error>
- Introduce some logging (toggled by a verbose mode, perhaps?)
- Have a good test suite for the CLI behaviour
waltz_cli seems like a good example of the quality bar we should be aiming for.