kglite-cli 0.15.10

Pure-Rust KGLite CLI: an interactive Cypher shell for .kgl knowledge graphs
Documentation
1
2
3
4
5
//! Standalone, libpython-free frontend over the shared CLI library.

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