From d25de58a00d22e510d39abfeee69f7d2b622849e Mon Sep 17 00:00:00 2001 From: Burhan Ali Date: Sun, 13 Aug 2023 10:17:13 +0100 Subject: [PATCH 1/2] Fix typo in example code --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 5db5306..b1a9fb3 100644 --- a/README.MD +++ b/README.MD @@ -626,7 +626,7 @@ defines `optionalArg` as optional. This must be reflected in the config passed t ```typescript parse({ requiredArg: String, - requiredArg: { type: String, optional: true }, + optionalArg: { type: String, optional: true }, }); ``` @@ -676,4 +676,4 @@ A few additional options have been added: **headerContentSections** / **footerContentSections** - optional help sections that will appear before / after the `Options` section that is generated from the option config. In most cases you should probably include one header section that explains what the application does. [//]: ####ts-command-line-args_generated-by-footer -Markdown Generated by [ts-command-line-args](https://www.npmjs.com/package/ts-command-line-args) \ No newline at end of file +Markdown Generated by [ts-command-line-args](https://www.npmjs.com/package/ts-command-line-args) From a7e3926578be00f1c6544dc682d7e723c59c8949 Mon Sep 17 00:00:00 2001 From: Burhan Ali Date: Sat, 19 Aug 2023 13:08:28 +0100 Subject: [PATCH 2/2] Run "npm run write-markdown" The "verify-markdown" part of the build pipeline failed and suggested running this. --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index b1a9fb3..f0ff831 100644 --- a/README.MD +++ b/README.MD @@ -676,4 +676,4 @@ A few additional options have been added: **headerContentSections** / **footerContentSections** - optional help sections that will appear before / after the `Options` section that is generated from the option config. In most cases you should probably include one header section that explains what the application does. [//]: ####ts-command-line-args_generated-by-footer -Markdown Generated by [ts-command-line-args](https://www.npmjs.com/package/ts-command-line-args) +Markdown Generated by [ts-command-line-args](https://www.npmjs.com/package/ts-command-line-args) \ No newline at end of file