mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update fmt.mdx to include missing period / full stop
This commit is contained in:
parent
3c20f7b340
commit
719c5854bb
@ -57,6 +57,6 @@ The command-line flags are all optional. The following flags are available:
|
|||||||
|
|
||||||
* `-list=false` - Don't list the files containing formatting inconsistencies.
|
* `-list=false` - Don't list the files containing formatting inconsistencies.
|
||||||
* `-write=false` - Don't overwrite the input files. (This is implied by `-check` or when the input is STDIN.)
|
* `-write=false` - Don't overwrite the input files. (This is implied by `-check` or when the input is STDIN.)
|
||||||
* `-diff` - Display diffs of formatting changes
|
* `-diff` - Display diffs of formatting changes.
|
||||||
* `-check` - Check if the input is formatted. Exit status will be 0 if all input is properly formatted. If not, exit status will be non-zero and the command will output a list of filenames whose files are not properly formatted.
|
* `-check` - Check if the input is formatted. Exit status will be 0 if all input is properly formatted. If not, exit status will be non-zero and the command will output a list of filenames whose files are not properly formatted.
|
||||||
* `-recursive` - Also process files in subdirectories. By default, only the given directory (or current directory) is processed.
|
* `-recursive` - Also process files in subdirectories. By default, only the given directory (or current directory) is processed.
|
||||||
|
Loading…
Reference in New Issue
Block a user