filere.conf: prefer to use json format

This commit is contained in:
Chris Lu
2020-11-15 21:48:17 -08:00
parent 83527a8f55
commit c0d279c54e
2 changed files with 20 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io
fc.ToText(&buf)
fmt.Fprintf(writer, string(buf.Bytes()))
fmt.Fprintln(writer)
if *apply {