bkt
bkt copied to clipboard
Consider using assert_cmd
https://docs.rs/assert_cmd might help simplify some of the boilerplate in cli.rs. Need to experiment with it further.
Another library to look at is https://docs.rs/trycmd/
Looked at these and a few other options, and I'm at least not convinced it's worth migrating. It would be interesting to see the diffs if someone feels motivated to do this migration, but I'm not planning to.