mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-07-11 21:49:43 -04:00
Changed Minecraft Version tracking to manual input rather than auto-detecting
This commit is contained in:
@ -6,8 +6,8 @@ export default class InitCommand implements Subcommand {
|
||||
registerCommand(program: Command) {
|
||||
program.command("init")
|
||||
.description("Initialises mod manager")
|
||||
.action(() => {
|
||||
Initialiser.initialise();
|
||||
.action(async () => {
|
||||
await Initialiser.initialise();
|
||||
});
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user