rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
449 stars 40 forks source link

Add --help #27

Open disconnect3d opened 4 years ago

disconnect3d commented 4 years ago

Hey,

It would be nice to add --help to display a more descriptive help for cargo hfuzz as currently it only lists the possible commands:

$ cargo hfuzz --help
possible commands are: run, run-no-instr, run-debug, build, build-no-instr, build-debug, clean, version