feat: yaml output formatter
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
|
||||
var Formatters = map[string]interfaces.Formatter{
|
||||
"json": &JsonFormatter{},
|
||||
"yaml": nil,
|
||||
"yaml": &YamlFormatter{},
|
||||
"go": &GoFormatter{},
|
||||
"table": nil,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user