mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
colorise output
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ var TomlFormat = &Format{"toml", []string{},
|
||||
}
|
||||
|
||||
var HclFormat = &Format{"hcl", []string{"h", "hcl"},
|
||||
func() Encoder { return NewHclEncoder() },
|
||||
func() Encoder { return NewHclEncoder(ConfiguredHclPreferences) },
|
||||
func() Decoder { return NewHclDecoder() },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user