mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-07-12 05:59:43 -04:00
Added an "migrate-possible" command
This commit is contained in:
@ -12,6 +12,7 @@ import UninstallCommand from "./commands/uninstall_command.js";
|
||||
import EssentialCommand from "./commands/essential_command.js";
|
||||
import {readFileSync, unlinkSync} from "fs";
|
||||
import UpgradeCommand from "./commands/upgrade_command.js";
|
||||
import MigratePossibleCommand from "./commands/migrate_possible.js";
|
||||
|
||||
|
||||
export default class ModManager {
|
||||
@ -25,7 +26,8 @@ export default class ModManager {
|
||||
new ListCommand(),
|
||||
new UninstallCommand(),
|
||||
new EssentialCommand(),
|
||||
new UpgradeCommand()
|
||||
new UpgradeCommand(),
|
||||
new MigratePossibleCommand()
|
||||
];
|
||||
|
||||
static FilePaths = class {
|
||||
|
Reference in New Issue
Block a user