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