⚙️ Move preferred formatter to its own config field
This commit is contained in:
parent
ce83cf1cc2
commit
cfeab035d3
6 changed files with 12 additions and 7 deletions
|
|
@ -20,4 +20,6 @@ type Output struct {
|
|||
Config map[string]any
|
||||
}
|
||||
|
||||
type Formatters map[string]map[string]any
|
||||
type Formatters struct {
|
||||
Preferred string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue