//! ulm - AI-powered manpage assistant using local LLM inference.
//!
//! This crate provides the core functionality for ulm, including:
//! - CLI argument parsing
//! - Setup and initialization
//! - Query processing and context building
//! - LLM interaction via Ollama
//! - Terminal UI for suggestion display
//! - Command execution
// Re-export anyhow::Result for convenience
pub use Result;
// Core modules
// Feature modules