1 2 3 4 5 6 7 8
// Public CLI wrapper for main.rs access // This provides a clean interface to CLI functionality without exposing internal details pub use crate::internal::{ cli::CliApp, cli_types::{AnalyzeArgs, ExecToolArgs, ScanArgs, SearchArgs}, config::CliConfig, };