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:
Khosrow Moossavi
2021-03-01 20:22:10 -05:00
parent 7b7a86f962
commit 3d39a94e39
32 changed files with 1513 additions and 50 deletions

View File

@@ -14,3 +14,6 @@ sort:
settings:
indent: 4
escape: false
default: false
required: false
type: true