From faf359ab3863b5f35547906fa28304c0ab33a93a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 25 Sep 2022 13:16:41 +0600 Subject: unused option --- src/CLI.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CLI.ts') diff --git a/src/CLI.ts b/src/CLI.ts index f1e4faf..4259004 100644 --- a/src/CLI.ts +++ b/src/CLI.ts @@ -22,7 +22,6 @@ function CLI(): Record { const Program = new Command(); Program.option("--init", "Generate the neccessary files.", false); - Program.option("--no-ssl", "Run application in debug mode. Port for HTTP connection is \"8080\" instead of standard \"80\".", false); Program.parse(process.argv); return Program.opts(); -- cgit v1.2.3