From 421f335d538f8724b333c9ed8d3a99de1fd8fe4b Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Fri, 13 Oct 2023 00:25:37 +0800 Subject: [PATCH] add bug reporting mechanisms. --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index d5be674..9542e0f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,10 @@ INPUT_FILE\tan input .clo file ## Parameters --- --output-js\tgenerated the output middle JS file + + +Report bugs to: clo@kianting.info +clo home page: ` processArgv(argv, helpDesc); -- 2.39.2