idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5c6e5b242e - Show all commits

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)]