| 6 | use crate::benchmark::BenchmarkCommandArgs; |
| 7 | |
| 8 | pub trait BuildItCommand { |
| 9 | fn run(&mut self) -> anyhow::Result<()>; |
| 10 | } |
| 11 | |
| 12 | #[derive(Debug, Parser)] |
| 13 | #[command(author, version, about, long_about = None)] |
nothing calls this directly
no outgoing calls
no test coverage detected