add 'about' info (Cargo.toml descripion value) to help message

This commit is contained in:
Crypto-Spartan 2022-01-05 21:55:26 +00:00
parent a3bb1def61
commit 8ae774ceff

View File

@ -9,7 +9,7 @@ use clap::{Parser, ValueHint};
///
/// Repository: https://github.com/ouch-org/ouch
#[derive(Parser, Debug)]
#[clap(version)]
#[clap(about, version)]
pub struct Opts {
/// Skip [Y/n] questions positively.
#[clap(short, long, conflicts_with = "no")]