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