TheBevyFlock / bevy_cli

A Bevy CLI tool.
Apache License 2.0
32 stars 6 forks source link

Forward arguments from `bevy lint` to `cargo check` #67

Closed BD103 closed 1 month ago

BD103 commented 1 month ago

This passes all arguments from bevy_lint to cargo check, which let's to specify what should be checked and how.

For example, you can now run bevy lint --workspace or bevy lint --example foo.