Idea: emphasize ability to check multiple targets in documentation and help message #267
Labels
C-documentation
Category: related to documentation.
C-enhancement
Category: A new feature or an improvement for an existing one
Like usual Cargo invocation,
cargo hack
can check multiple targets simultaneously if you specify multiple--target
options.This fact is however not very well known and is easy to miss; users may reach for cargo-hack to iterate targets, just like cargo-hack iterates features.
I suggest to add a reminder about this in README, also maybe mention
--target
explicitly in the CLI help message.The text was updated successfully, but these errors were encountered: