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