Skip to content

Commit 9c6dc16

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 5980fd3 commit 9c6dc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,13 +609,13 @@ Unlike most other hooks, this hook triggers once if there are any changed files
609609
- --hook-config=--create-file-if-not-exist=true # Boolean. true or false
610610
- --hook-config=--use-standard-markers=true # Boolean. Defaults to true (v1.93+), false (<v1.93). Set to true for compatibility with terraform-docs
611611
# The following two options "--custom-marker-begin" and "--custom-marker-end" are ignored if "--use-standard-markers" is set to false
612-
- --hook-config=--custom-marker-begin # String. Defaults to "<!-- BEGIN_TF_DOCS -->" (v1.93+), "<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->" (<v1.93).
612+
- --hook-config=--custom-marker-begin=<!-- BEGIN_TF_DOCS --> # String.
613613
# Set to use custom marker which helps you with using other formats like asciidoc.
614614
# For Asciidoc this could be "--hook-config=--custom-marker-begin=// BEGIN_TF_DOCS"
615-
- --hook-config=--custom-marker-end # String. Defaults to "<!-- END_TF_DOCS -->" (v1.93+), "<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->" (<v1.93).
615+
- --hook-config=--custom-marker-end=<!-- END_TF_DOCS --> # String.
616616
# Set to use custom marker which helps you with using other formats like asciidoc.
617617
# For Asciidoc this could be "--hook-config=--custom-marker-end=// END_TF_DOCS"
618-
- --hook-config=--custom-doc-header # String. Defaults to "# "
618+
- --hook-config=--custom-doc-header="# " # String. Defaults to "# "
619619
# Set to use custom marker which helps you with using other formats like asciidoc.
620620
# For Asciidoc this could be "--hook-config=--custom-marker-end=\= "
621621
```

0 commit comments

Comments
 (0)