Closed regexident closed 4 years ago
Selecting packages by name is nice and all, but why not also detect a package when running from its sub-directory?
As such this PR now also allows for omitting the --package foo
entirely, when running from the foo package's directory. 💪🏻
Thanks you so much for the PR! It originaly had this behaviour but regressed at some point. The automatic package detection is a cool feature!
I'll see that I can push out a new release with this ASAP.
Released as 0.1.9 🎉
Awesome, thanks!
This fixes https://github.com/hobofan/cargo-nono/issues/55 and https://github.com/hobofan/cargo-nono/issues/56 by adding support for:
replacing the tedious:
It also adds a
⚠️
to make the warning stand out more.