docs(cli): help template was missing something

This commit is contained in:
Christoph J. Scherr 2024-07-09 20:16:04 +02:00
parent 21444f1ffe
commit 5c6e5b242e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use log;
/// # use libpt_cli::args::HELP_TEMPLATE;
/// use clap::Parser;
/// #[derive(Parser, Debug, Clone, PartialEq, Eq, Hash)]
/// #[command(help_template = HELP_TEMPLATE)]
/// #[command(help_template = HELP_TEMPLATE, author, version)]
/// pub struct MyArgs {
/// /// show more details
/// #[arg(short, long)]