// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License or Apache License, Version 2.0
// SPDX-License-Identifier: MIT OR Apache-2.0
modapp;modcli;modcoverage;modmanifest;modmodel;modreport;modsource;usestd::process::ExitCode;useanyhow::Result;pubfnrun()->Result<ExitCode>{let args =cli::Args::parse_args();app::run(args)}