codingest-cli 0.1.1

CLI for the standalone codingest builder — build/status a .kgl code graph from a checkout or git revisions
Documentation
1
2
3
4
5
//! Standalone, libpython-free frontend over the shared `codingest` CLI library.

fn main() -> anyhow::Result<()> {
    codingest_cli::run(std::env::args_os())
}