1 2 3 4 5 6
use crate::cli::TuiArgs; use crate::commands::ShokaContext; pub async fn run(_ctx: &ShokaContext, _args: TuiArgs) -> anyhow::Result<()> { anyhow::bail!("`shoka tui` is not implemented yet (phase 2 deliverable)") }