Takes Nginx configuration files and run them through go-crossplane.
This program is heavily inspired by gofmt and re-uses a lot of code and
style from that program.
nginxfmt [flags] [path ...]
Flags are:
-lDo not print reformatted configuration to standard output. If a file's formatting is different fromnginxfmt's, print its name to standard output.-wDo not print reformatted configuration to standard output. If a file's formatting is different fromnginxfmt's, overwrite it withnginxfmt's version.
The paths can be a list of file names and/or directories. If a directory is
given, it is assumed all files in the directory are Nginx configuration files
for processing.