diff options
| author | Tong Sun <[email protected]> | 2023-05-02 13:27:10 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-05-02 13:27:10 -0400 |
| commit | f584bf775faa77901bac27e1ab3416c4712544e8 (patch) | |
| tree | caa6405732977f148724cdc762d13f781d45ebbb /html2md_cli.yaml | |
| parent | - [#] only install cloudsmith cli when necessary (diff) | |
| download | html2md-f584bf775faa77901bac27e1ab3416c4712544e8.tar.xz html2md-f584bf775faa77901bac27e1ab3416c4712544e8.zip | |
- [+] add --opt-escape-mode; build with latest; closes #2 #4 #8
Diffstat (limited to 'html2md_cli.yaml')
| -rw-r--r-- | html2md_cli.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/html2md_cli.yaml b/html2md_cli.yaml index a12a6fb..642b72c 100644 --- a/html2md_cli.yaml +++ b/html2md_cli.yaml @@ -1,6 +1,7 @@ # program name, name for the executable ProgramName: html2md Authors: Tong Sun +Since: 2020 PackageName: main @@ -80,7 +81,13 @@ Options: - Name: OptLinkReferenceStyle Type: "string" Flag: "opt-link-reference-style" - Usage: "Option LinkReferenceStyle\\n" + Usage: "Option LinkReferenceStyle" + + - Name: OptEscapeMode + Type: "string" + Flag: "opt-escape-mode" + Usage: "Option EscapeMode\\n" + # Plugins |