mod bep; mod common; mod opt; mod status; use crate::common::*; fn main() -> Result<(), Box> { Opt::from_args().run() }