Improve CLI reference wording (#2753)

This commit is contained in:
Felix Hildén 2022-01-07 18:19:03 +02:00 committed by GitHub
parent 8a84bebcfc
commit 668bace2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@ python -m black {source_file_or_directory}
### Command line options
_Black_ has quite a few knobs these days, although _Black_ is opinionated so style
configuration options are deliberately limited and rarely added. You can list them by
running `black --help`.
The CLI options of _Black_ can be displayed by expanding the view below or by running
`black --help`. While _Black_ has quite a few knobs these days, it is still opinionated
so style options are deliberately limited and rarely added.
<details>
<summary>Help output</summary>
<summary>CLI reference</summary>
```{program-output} black --help