Add new Bds Maneger Core CLI #194

Merged
Sirherobrine23 merged 12 commits from CLI into main 2021-09-25 06:20:18 +00:00
Showing only changes of commit 7f51d4d106 - Show all commits

View File

@ -14,6 +14,7 @@ const ProcessArgs = require("minimist")(process.argv.slice(2));
const BdsCore = require("../index");
const BdsReq = require("../lib/Requests");
const BdsExtraInfo = require("../BdsManegerInfo.json");
const commandExits = require("../lib/commandExist")
// Async functiona
async function Runner() {