1 2 3 4 5 6 7 8 9 10 11 12
pub mod log; #[must_use] pub const fn get_help_template() -> &'static str { "\ {name} {version} {author-with-newline}{about-with-newline} {usage-heading} {usage} {all-args} " }