From fbb75513b37e1a5a42af4416c85f8061fe8d0520 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 6 Sep 2024 18:02:12 +0200 Subject: [PATCH] refactor: use libpt help template --- src/format.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/format.rs b/src/format.rs index febf231..39eb8f2 100644 --- a/src/format.rs +++ b/src/format.rs @@ -99,14 +99,7 @@ impl Display for Format { version, about, long_about, - help_template = r#"{about-section} -{usage-heading} {usage} -{all-args}{tab} - -{name}: {version} -Author: {author-with-newline} -"# -)] + help_template = libpt::cli::args::HELP_TEMPLATE)] #[clap(group( ArgGroup::new("format") .args(&["hex", "bin", "oct", "dec", "base64", "base32", "raw"]),