pub async fn build_app(args: &CliArgs) -> Result<App>
Build a wired App from CLI args. All the wiring that used to be inline in main() lives here.
App
main()