diff options
| author | Tong Sun <[email protected]> | 2023-05-03 12:10:00 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-05-03 12:10:00 -0400 |
| commit | 51354af1c274f0d93e3d2275e15f261d8a542482 (patch) | |
| tree | 9bdb8e0af195359c25285791ee80628df809fdac /html2md_cli.yaml | |
| parent | Merge pull request #14 from suntong/all-contributors/add-magnusviri (diff) | |
| download | html2md-51354af1c274f0d93e3d2275e15f261d8a542482.tar.xz html2md-51354af1c274f0d93e3d2275e15f261d8a542482.zip | |
- [+] add excluding control wireframe
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 |