1 2 3 4 5
use crate::cli::ExecArgs; pub async fn run(_args: ExecArgs) -> anyhow::Result<()> { anyhow::bail!("`shoka exec` is not implemented yet") }