Improve CLI reference wording (#2753)
This commit is contained in:
parent
8a84bebcfc
commit
668bace2ab
@ -26,13 +26,13 @@ python -m black {source_file_or_directory}
|
|||||||
|
|
||||||
### Command line options
|
### Command line options
|
||||||
|
|
||||||
_Black_ has quite a few knobs these days, although _Black_ is opinionated so style
|
The CLI options of _Black_ can be displayed by expanding the view below or by running
|
||||||
configuration options are deliberately limited and rarely added. You can list them by
|
`black --help`. While _Black_ has quite a few knobs these days, it is still opinionated
|
||||||
running `black --help`.
|
so style options are deliberately limited and rarely added.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
<summary>Help output</summary>
|
<summary>CLI reference</summary>
|
||||||
|
|
||||||
```{program-output} black --help
|
```{program-output} black --help
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user