generated from PlexSheep/baserepo
Compare commits
2 commits
ca3cabf6ca
...
6116d639b2
Author | SHA1 | Date | |
---|---|---|---|
6116d639b2 | |||
5c6e5b242e |
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||||
|
|
Reference in a new issue