diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-25 13:16:41 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-25 13:16:41 +0600 |
| commit | faf359ab3863b5f35547906fa28304c0ab33a93a (patch) | |
| tree | 122208b0c6c92174169b0cebbd7e26191c09362b | |
| parent | 0cf6ff86b29992c2cba5c4a793f128ea96a6ea1e (diff) | |
unused option
| -rw-r--r-- | src/CLI.ts | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ function CLI(): Record<string, string | boolean> { 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(); |
