generated from PlexSheep/baserepo
Compare commits
No commits in common. "6116d639b23d300ca2fa35939b4000e3273a6e77" and "ca3cabf6caa53376b9c2ccda5bc5147d0ad7c574" have entirely different histories.
6116d639b2
...
ca3cabf6ca
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, author, version)]
|
/// #[command(help_template = HELP_TEMPLATE)]
|
||||||
/// pub struct MyArgs {
|
/// pub struct MyArgs {
|
||||||
/// /// show more details
|
/// /// show more details
|
||||||
/// #[arg(short, long)]
|
/// #[arg(short, long)]
|
||||||
|
|
Reference in a new issue