From 55f481205168c8909c31db8601afecf6188dc1cf Mon Sep 17 00:00:00 2001 From: baggiponte <57922983+baggiponte@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:57:10 +0200 Subject: [PATCH] docs: add `and formatter` to CLI startup message (#12042) Co-authored-by: Micha Reiser --- crates/ruff/src/args.rs | 2 +- docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ruff/src/args.rs b/crates/ruff/src/args.rs index 77399ee2db0b2..cc73d1299ef25 100644 --- a/crates/ruff/src/args.rs +++ b/crates/ruff/src/args.rs @@ -78,7 +78,7 @@ impl GlobalConfigArgs { #[command( author, name = "ruff", - about = "Ruff: An extremely fast Python linter.", + about = "Ruff: An extremely fast Python linter and code formatter.", after_help = "For help with a specific command, see: `ruff help `." )] #[command(version)] diff --git a/docs/configuration.md b/docs/configuration.md index 949e22f8801fd..252ec045c0a8f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -516,7 +516,7 @@ See `ruff help` for the full list of Ruff's top-level commands: ```text -Ruff: An extremely fast Python linter. +Ruff: An extremely fast Python linter and code formatter. Usage: ruff [OPTIONS]