1 2 3 4 5
use clap::Command; pub fn cli() -> Command { Command::new("tenere").about("TUI interface for LLMs built in Rust") }