v7.2.0: crash on error, invocation without watch
- Fixed a crash on error due to an upstream bug.
- Allowed direct invocation without the
watch
argument, such that all these now do the same: (#114)
$ cargo watch
$ cargo-watch watch
$ cargo-watch # <== NEW!