mirror of https://github.com/astral-sh/ruff
Change clap description
This commit is contained in:
parent
16b6859e94
commit
832c3ebbd2
|
|
@ -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>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue