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

This commit is contained in:
Jiaqi Liu 2024-04-29 22:04:20 +08:00 committed by GitHub
parent 410e59f141
commit 00f39e72d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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