Skip to content

Commit

Permalink
docs: add and formatter to CLI startup message (#12042)
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <micha@reiser.io>
  • Loading branch information
baggiponte and MichaReiser committed Jun 26, 2024
1 parent 47c9ed0 commit 55f4812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ruff/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 55f4812

Please sign in to comment.