srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Add flag and env var for setting output directory #68

Closed louismerlin closed 11 months ago

louismerlin commented 11 months ago

Adds the -z, --ziggy-output flag to every subcommand, that points to ./output by default.

The value can also be set via the ZIGGY_OUTPUT env variable for each of these subcommands.

Closes #17.