oy-cli 0.11.2

OpenCode launcher and deterministic MCP helpers for repository audit and review workflows
Documentation
1
2
3
4
5
6
7
8
9
//! 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 config;
pub(crate) mod ui;