1 2 3 4 5 6
use forc_util::ForcCliResult; #[tokio::main] async fn main() -> ForcCliResult<()> { forc::cli::run_cli().await.into() }