mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Fix cli with the new module layout (#420)
This commit is contained in:
parent
633888b601
commit
d37c5b7f2b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
import * as process from "node:process";
|
||||
|
||||
import Minimist from 'minimist'
|
||||
import GameDig from './../lib/index.js'
|
||||
import { GameDig } from './../lib/index.js'
|
||||
|
||||
const argv = Minimist(process.argv.slice(2), {
|
||||
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules'],
|
||||
|
|
Loading…
Reference in a new issue