oy-cli 0.14.0

Focused coding agent integrations with repeatable audits, reviews, and one-finding fixes
Documentation
1
2
3
4
5
6
7
8
//! Command parsing, dispatch, configuration, and terminal output.
//!
//! This module owns argument parsing, subcommand handlers, config paths, and
//! terminal output.

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