gobby-code 0.9.9

Fast Rust CLI for Gobby's code index — AST-aware search, symbol navigation, and dependency graph
Documentation
1
2
3
4
5
6
mod cli;
mod dispatch;

fn main() -> std::process::ExitCode {
    dispatch::run_with_exit_code()
}