feat: breadth attempt order (#486)

* feat: breadth attempt order

* fix: remove stray console log from debugging
This commit is contained in:
CosminPerRam 2024-01-18 23:11:03 +02:00 committed by GitHub
parent 6746442254
commit 1ef09d470b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 13 deletions

View file

@ -6,7 +6,7 @@ import Minimist from 'minimist'
import { GameDig } from './../lib/index.js'
const argv = Minimist(process.argv.slice(2), {
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules', 'requestRulesRequired', 'requestPlayersRequired', 'stripColors', 'portCache'],
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules', 'requestRulesRequired', 'requestPlayersRequired', 'stripColors', 'portCache', 'noBreadthOrder'],
string: ['guildId', 'listenUdpPort', 'ipFamily'],
default: {
stripColors: true,