frewsxcv / cargo-all-features

A Cargo subcommand to build and test all feature flag combinations.
Apache License 2.0
146 stars 20 forks source link

Notify the user of the amount of combinations left at the end of each build stage. #46

Open newtykip opened 1 year ago

newtykip commented 1 year ago

This would be a welcomed improvement over the current system as it gives the user a rough idea of how much longer they will need to wait for the command to finish, as for projects with massive amounts of feature flags there will be a lot of different combinations meaning the command feels like it will take another eternity to finish.

newtykip commented 1 year ago

Maybe also a final time to complete when the command finishes?