bytecodealliance / sightglass

A benchmark suite and tool to compare different implementations of the same primitives.
Apache License 2.0
69 stars 33 forks source link

Enable `clean` command #253

Closed abrown closed 1 year ago

abrown commented 1 year ago

As @fitzgen noted in #250, the Sightglass CLI already has a way to clean up the log files that Sightglass emits--sightglass-cli clean. Unfortunately, some refactor removed this command from main.rs. This change adds it back.