1 2 3 4 5 6
use clap::Parser; #[derive(Parser, Debug)] pub struct JVStatusArgument { what: Option<String>, // status of what to query }