oy-cli 0.13.5

Focused OpenCode agent with repeatable audits, code 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;