shoka 0.1.0

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

pub async fn run(_args: CloneArgs) -> anyhow::Result<()> {
    anyhow::bail!("`shoka clone` is not implemented yet")
}