Change clap description

This commit is contained in:
Charlie Marsh 2022-08-29 22:00:03 -04:00
parent 16b6859e94
commit 832c3ebbd2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ use ::ruff::tell_user;
#[derive(Debug, Parser)] #[derive(Debug, Parser)]
#[clap(name = "ruff")] #[clap(name = "ruff")]
#[clap(about = "A Python linter written in Rust", long_about = None)] #[clap(about = "An extremely fast Python linter.", long_about = None)]
struct Cli { struct Cli {
#[clap(parse(from_os_str), value_hint = ValueHint::AnyPath, required = true)] #[clap(parse(from_os_str), value_hint = ValueHint::AnyPath, required = true)]
files: Vec<PathBuf>, files: Vec<PathBuf>,