Function execute_async

Source
pub async fn execute_async(
    args: &BuildArgs,
    ctx: &CommandContext,
) -> Result<(), CliError>
Expand description

Execute the build command asynchronously (modernized)