oy-cli 0.10.1

Local AI coding CLI for inspecting, editing, running commands, and auditing repositories
Documentation
1
2
3
4
5
6
7
8
9
10
//! Command parsing, dispatch, configuration, terminal UI, and the
//! interactive chat shell.
//!
//! This module owns the CLI surface — argument parsing, subcommand
//! handlers, config paths, safety modes, rendering, and the REPL.

pub(crate) mod app;
pub(crate) mod chat;
pub(crate) mod config;
pub(crate) mod ui;