mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-09-19 12:54:19 +08:00
bootstrap
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { run, subcommands } from "cmd-ts";
|
||||
import { bootstrap } from "./subcommands/bootstrap";
|
||||
import { create } from "./subcommands/create";
|
||||
import { ls, ps } from "./subcommands/list";
|
||||
import { load } from "./subcommands/load";
|
||||
@ -24,6 +25,7 @@ const cli = subcommands({
|
||||
unload,
|
||||
create,
|
||||
version,
|
||||
bootstrap,
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user