1 2 3 4 5 6 7 8 9
use structopt::StructOpt; /// Bridge template options #[derive(Debug, StructOpt)] #[structopt(name = "bridge-template", about = "Bridge template")] pub enum Opts { /// Start bridge template Start, }