Merge pull request #20 from lucaspalomodevelop/dev

Dev
This commit is contained in:
Lucas Manuel Palomo Lauterbach 2022-11-20 03:36:23 +01:00 committed by GitHub
commit 240e2fa60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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