Rename format
option to output-format
#7354
Labels
breaking
Breaking API change
cli
Related to the command-line interface
configuration
Related to settings and configuration
formatter
Related to the formatter
Milestone
The
format
option could be confused with our formatter. It should be renamed tooutput-format
in both the configuration file and CLI e.g.--format <kind>
->--output-format <kind>
format = <kind>
->output-format = <kind>
The previous name should undergo a deprecation period during which we display a warning on use.
The text was updated successfully, but these errors were encountered: