use clap::Parser; #[derive(Parser, Debug)] pub struct JVStatusArgument { what: Option, // status of what to query }