mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add yml alias for yaml
This commit is contained in:
@@ -46,6 +46,7 @@ var Formatters = map[string]Formatter{
|
||||
"json": JsonFormatter{},
|
||||
"table": TableFormatter{},
|
||||
"yaml": YamlFormatter{},
|
||||
"yml": YamlFormatter{},
|
||||
}
|
||||
|
||||
// An output formatter for json output of an object
|
||||
|
||||
Reference in New Issue
Block a user