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