-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.json
executable file
·59 lines (59 loc) · 1.72 KB
/
help.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"help": [
{
"set" : "--help",
"short" : "-h",
"description" : "show help"
},
{
"set": "--internal-communication-address [addr]" ,
"short": "-ica [addr]",
"description": "Internal (server <-> engine) tcp communication address. Default: tcp://127.0.0.1:7982"
},
{
"set": "--server-host-address [addr]",
"short": "-sha [addr]",
"description": "Host site address. Default: :8080"
},
{
"set": "--resource [path]",
"short": "-res [path]",
"description": "Resource path. Default: server/resources/"
},
{
"set": "--debug",
"short": "-d",
"description": "Debug mode."
},
{
"set": "--only",
"short": "",
"description": "Run without server"
},
{
"set": "--database [path]",
"short": "-db [path]",
"description": "Set database path."
},
{
"set": "--colors",
"short": "-col",
"description": "Enable colors in console."
},
{
"set": "--basic",
"short": "",
"description": "Shows only important message."
},
{
"set": "--no-audio",
"short": "-na",
"description": "Disable audio in engine. Testing purpose."
},
{
"set" : "--run-server-cmd [cmd]",
"short" : "-rsc [cmd]",
"description" : "Set run server command. Default: ./build/server"
}
]
}