docs: add and formatter to CLI startup message (#12042)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
baggiponte
2024-06-26 12:57:10 +02:00
committed by GitHub
parent 47c9ed07f2
commit 55f4812051
2 changed files with 2 additions and 2 deletions

View File

@@ -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>`."
)]
#[command(version)]

View File

@@ -516,7 +516,7 @@ See `ruff help` for the full list of Ruff's top-level commands:
<!-- Begin auto-generated command help. -->
```text
Ruff: An extremely fast Python linter.
Ruff: An extremely fast Python linter and code formatter.
Usage: ruff [OPTIONS] <COMMAND>