Add missing option doc for 'packer fmt' (#12944)

pull/12911/head
Jiaqi Liu 2 years ago committed by GitHub
parent 410e59f141
commit 00f39e72d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -52,4 +52,7 @@ $ cat my-template.pkr.hcl | packer fmt -
- `-write=false` - Don't write formatting changes to source files
(always disabled if using -check)
- `-` - read formatting changes from stdin and write them to stdout.
- `-` - read formatting changes from stdin and write them to stdout.
- `recursive` Also process files in subdirectories. By default, only the
given directory (or current directory) is processed.
Loading…
Cancel
Save