Fix cli with the new module layout (#420)

This commit is contained in:
Tom 2023-11-28 10:59:13 +00:00 committed by GitHub
parent 633888b601
commit d37c5b7f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'],