//! Help rendering for clap commands.
//!
//! This module provides styled help output for clap commands using standout templates:
//!
//! - [`render_help`]: Render help for a command
//! - [`render_help_with_topics`]: Render help with a "Learn More" section listing topics
//! - [`HelpConfig`]: Configuration for help rendering
//! - [`CommandGroup`]: Define subcommand groups for organized help display
//! - [`validate_command_groups`]: Validate group config against a clap Command tree
//! - [`default_help_theme`]: Returns the default theme for help
pub
pub use ;
pub use ;