Add missing option doc for 'packer fmt'

pull/12944/head
Jack 2 years ago
parent 410e59f141
commit 8ce87c7623
No known key found for this signature in database
GPG Key ID: 1842B017FADBC803

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