mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Remove author's names from help message
This commit is contained in:
parent
7fb4398c04
commit
7b758c0ffb
@ -10,7 +10,7 @@ use clap::{Parser, ValueHint};
|
|||||||
use crate::Error;
|
use crate::Error;
|
||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[clap(version, author, about)]
|
#[clap(version, about)]
|
||||||
pub struct Opts {
|
pub struct Opts {
|
||||||
/// Skip overwrite questions positively.
|
/// Skip overwrite questions positively.
|
||||||
#[clap(short, long, conflicts_with = "no")]
|
#[clap(short, long, conflicts_with = "no")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user