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