nodebench/
cli.rs

1use clap::Parser;
2
3#[derive(Debug, Parser)]
4pub struct Cli {
5    pub endpoint: Vec<String>,
6}