1 2 3
pub(crate) const HELP_NAME: &'static str = "help"; pub(crate) const HELP_SHORT: char = 'h'; pub(crate) const HELP_MESSAGE: &'static str = "Show this help message and exit.";