Compare commits

...

2 commits

Author SHA1 Message Date
6116d639b2 Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
2024-07-09 20:16:05 +02:00
5c6e5b242e docs(cli): help template was missing something 2024-07-09 20:16:04 +02:00

View file

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