mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-08 20:45:29 +00:00
add 'about' info (Cargo.toml descripion value) to help message
This commit is contained in:
parent
a3bb1def61
commit
8ae774ceff
@ -9,7 +9,7 @@ use clap::{Parser, ValueHint};
|
|||||||
///
|
///
|
||||||
/// Repository: https://github.com/ouch-org/ouch
|
/// Repository: https://github.com/ouch-org/ouch
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[clap(version)]
|
#[clap(about, version)]
|
||||||
pub struct Opts {
|
pub struct Opts {
|
||||||
/// Skip [Y/n] questions positively.
|
/// Skip [Y/n] questions positively.
|
||||||
#[clap(short, long, conflicts_with = "no")]
|
#[clap(short, long, conflicts_with = "no")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user