shoka 0.14.5

A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq.
Documentation
1
2
3
4
5
6
use crate::cli::NoteArgs;
use crate::commands::ShokaContext;

pub async fn run(_ctx: &ShokaContext, _args: NoteArgs) -> anyhow::Result<()> {
    anyhow::bail!("`shoka note` is not implemented yet")
}