Shows the help message.
Optional dependencies are required for this
Level of silency for the output.
Default: 00: none
1: hides the welcome message
2: hides logs from the debugger too
Example
node . --silent=1
Default: 9090 Port on which to run the websocket.
Example
node . --port=6969
Path to the file with javascript code that will be sent to the client on every connection.
Example
node . --onConnectedPath="~/test.js"
// ~/test.js
console.log("hai")Default: Vendetta
| option | name | color | send |
|---|---|---|---|
| vendetta | Vendetta | cyan | shows returned value |
| enmity | Enmity | blue | shows returned value |
| none | None | gray | raw |
Example
node . --client="enmity"
Color of the output prefix
Default: cyan (inherit from client)
https://github.com/doowb/ansi-colors#available-styles
Name for the output prefix
Default: Vendetta (inherit from client)
You can change the default values of options by editing defaults.json.
Note it applies everywhere