You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo about generate stops looking for licenses after it finds a license which was not accepted. This is especially annoying when working with many files as the current iteration approach is really quite slow.
For comparison. ripgrep even with --no-ignore flies through all my files almost immediately. It would be worth taking a few pages out of rg's book.
Edit: cargo license does not do the deep analysis to find licenses but is immediate to give feedback.
The text was updated successfully, but these errors were encountered:
cargo about generate
stops looking for licenses after it finds a license which was not accepted. This is especially annoying when working with many files as the current iteration approach is really quite slow.For comparison. ripgrep even with
--no-ignore
flies through all my files almost immediately. It would be worth taking a few pages out of rg's book.Edit: cargo license does not do the deep analysis to find licenses but is immediate to give feedback.
The text was updated successfully, but these errors were encountered: