mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
This commit is contained in:
parent
ce4e728493
commit
1d9cf90259
4 changed files with 110 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ const Minimist = require('minimist'),
|
|||
Gamedig = require('..');
|
||||
|
||||
const argv = Minimist(process.argv.slice(2), {
|
||||
boolean: ['pretty','debug','givenPortOnly'],
|
||||
boolean: ['pretty','debug','givenPortOnly','requestRules'],
|
||||
string: ['guildId','listenUdpPort']
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue