diff options
Diffstat (limited to 'html2md_cli.yaml')
| -rw-r--r-- | html2md_cli.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html2md_cli.yaml b/html2md_cli.yaml index 642b72c..7c4ebbc 100644 --- a/html2md_cli.yaml +++ b/html2md_cli.yaml @@ -31,6 +31,16 @@ Options: Usage: "CSS/goquery selectors" Value: "body" + - Name: Excl + Type: '[]string' + Flag: 'x,excl' + Usage: "Excluding CSS/goquery selectors" + + - Name: ExclChildren + Type: bool + Flag: "xc" + Usage: Excluding all children nodes + - Name: Verbose Type: cli.Counter Flag: v,verbose |