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
// src/cli/config_ui/mod.rs
pub mod editor;
pub mod items;
pub mod logic;
pub mod render;

pub use editor::run_config_editor;