mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00: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 * as process from "node:process";
|
||||||
|
|
||||||
import Minimist from 'minimist'
|
import Minimist from 'minimist'
|
||||||
import GameDig from './../lib/index.js'
|
import { GameDig } from './../lib/index.js'
|
||||||
|
|
||||||
const argv = Minimist(process.argv.slice(2), {
|
const argv = Minimist(process.argv.slice(2), {
|
||||||
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules'],
|
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue