1 2 3 4 5 6
use clap::Parser; pub fn main() { let cli_app = modelator::cli::App::parse(); cli_app.run().exit() }