1
2
3
4
5
6
7
pub use structopt::StructOpt;

pub mod dfu;

/// Common options
#[derive(Debug, StructOpt)]
pub struct Opts {}