codanna 0.9.19

Code Intelligence for Large Language Models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Command implementations for the CLI.
//!
//! Each command is implemented in its own module.
//! Commands are progressively migrated from main.rs.

pub mod benchmark;
pub mod directories;
pub mod documents;
pub mod index;
pub mod init;
pub mod mcp;
pub mod parse;
pub mod plugin;
pub mod profile;
pub mod retrieve;
pub mod serve;