1 2 3 4 5 6 7
use clap::Subcommand; #[derive(Subcommand)] pub enum ServerAction { /// Show server version and extensions Info, }