From d5d1b23546723f5f257ca05f5869b2d11a858988 Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Sun, 20 Nov 2022 03:30:24 +0100 Subject: [PATCH] add commandline params to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 41384f8..2d5987e 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,19 @@ jsste.setStateFunction(({ status, statusMSG }) => { | 3 | INFO | | 4 | DEBUG | +## Commandline + +| Code | Meaning | Example | +| :--------- | :--------------------------------------: | :-----: | +| -log | show jsste log | | +| -Jsconfig= | set jsste config as json | | +| -pageFile= | set pageFile path | | +| -page= | set pageFile as json | | +| -tempFile= | set tempFile path | | +| -temp= | set pageFile as code | | +| -info | show jsste.info | | +| -out | write rendered code into the commandling | | + #### Example ```javascript