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