Add yml alias for yaml

This commit is contained in:
vishalnayak
2016-09-16 10:43:23 -04:00
parent f3306fdb31
commit a7408e4dd5

View File

@@ -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