rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
315 stars 18 forks source link

Does not complain about invalid arguments #30

Closed Shnatsel closed 3 years ago

Shnatsel commented 3 years ago

cargo-supply-chain crates --nosucharg does not complain that the argument --nosucharg does not exist. The underlying pico-args does that, but apparently some logic we had to put on top to handle -- broke it.

This worked correctly prior to the migration to pico-args in #27

Shnatsel commented 3 years ago

Fixed in #31