neti 1.6.6

High-integrity code quality governance and transactional change management for AI-assisted development
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! CLI command handlers.

pub mod args;
pub mod config_ui;
pub mod dispatch;
pub mod git_ops;
pub mod handlers;
pub mod locality;
pub mod mutate_handler;

pub use args::Cli;