//! # The swift-bridge CLI.
#![deny(missing_docs)]modclap_app;modclap_exec;/// Contains everything related parsing command input and executing
pubmodapp{pubusecrate::clap_app::*;pubusecrate::clap_exec::*;/// Execute the CLI
pubfnrun(){handle_matches(cli().get_matches());}}