mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Add option to hide Type and Default columns
Two new flags are added: '--default bool' and '--type bool' to control the visibility of Default and Type columns and section respectively in Markdown and AsciiDoc. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -14,3 +14,6 @@ sort:
|
||||
settings:
|
||||
indent: 4
|
||||
escape: false
|
||||
default: false
|
||||
required: false
|
||||
type: true
|
||||
|
||||
Reference in New Issue
Block a user