From f584bf775faa77901bac27e1ab3416c4712544e8 Mon Sep 17 00:00:00 2001 From: Tong Sun Date: Tue, 2 May 2023 13:27:10 -0400 Subject: - [+] add --opt-escape-mode; build with latest; closes #2 #4 #8 --- html2md_cli.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'html2md_cli.yaml') 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 -- cgit v1.2.3