mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
Making requestRules
more evident
This commit is contained in:
parent
a8b7cad002
commit
c3e5cd570c
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ this query port may work instead. (defaults to protocol default port)
|
|||
as the socketTimeout typically fires first. (default 10000)
|
||||
* **givenPortOnly**: boolean - Only attempt to query server on given port. (default false)
|
||||
* **debug**: boolean - Enables massive amounts of debug logging to stdout. (default false)
|
||||
* **requestRules**: boolean - Valve games only. Additional 'rules' may be fetched into the `raw` field. (default false)
|
||||
|
||||
### Return Value
|
||||
|
||||
|
@ -517,4 +518,4 @@ gamedig --type minecraft mc.example.com:11234
|
|||
```
|
||||
|
||||
The output of the command will be in JSON format. Additional advanced parameters can be passed in
|
||||
as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc.
|
||||
as well: `--debug`, `--pretty`, `--socketTimeout 5000`, `--requestRules` etc.
|
||||
|
|
Loading…
Reference in a new issue