refactor: rename src/core/launch.ts to open.ts

This commit is contained in:
2026-03-20 13:33:30 +05:30
parent 71523f2144
commit 962c9a474f
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bun
import { Command } from "commander";
import { launchMultiModel } from "./core/launch";
import { launchMultiModel } from "./core/open";
import { closeMultiModel } from "./core/close";
import { getBinaryName } from "./core/utils";