generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -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 New Issue