mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Change clap description
This commit is contained in:
parent
16b6859e94
commit
832c3ebbd2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use ::ruff::tell_user;
|
|||
|
||||
#[derive(Debug, Parser)]
|
||||
#[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 {
|
||||
#[clap(parse(from_os_str), value_hint = ValueHint::AnyPath, required = true)]
|
||||
files: Vec<PathBuf>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue