diff options
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 |