mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Rename format
option to output-format
(#7514)
This commit is contained in:
parent
0a167dd20b
commit
bb4f7c681a
10 changed files with 83 additions and 44 deletions
|
@ -44,7 +44,7 @@ pub struct CliSettings {
|
|||
pub cache_dir: PathBuf,
|
||||
pub fix: bool,
|
||||
pub fix_only: bool,
|
||||
pub format: SerializationFormat,
|
||||
pub output_format: SerializationFormat,
|
||||
pub show_fixes: bool,
|
||||
pub show_source: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue