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

Argument parser & No network panic #27

Closed dutt closed 3 years ago

dutt commented 3 years ago

Issue #26, Refactored argument parsing

Shnatsel commented 3 years ago

Thanks! The argument parsing seems to be a great improvement!

Nit: running target/release/cargo-supply-chain -h shows the help text but also Unknown flag: -h. Same for --help. It would be a tad prettier if it did not complain about unknown flag.

Shnatsel commented 3 years ago

No, scratch that, I cloned your repo but checked out the wrong branch.

Shnatsel commented 3 years ago

Looks good now. Thanks!

cargo-supply-chain now feels less like a proof of concept and more like a proper tool!