UNPKG

@tsed/cli

Version:
10 lines (9 loc) 548 B
import { AddCmd } from "./add/AddCmd.js"; import { GenerateCmd } from "./generate/GenerateCmd.js"; import { InitCmd } from "./init/InitCmd.js"; import { InitOptionsCommand } from "./init/InitOptionsCmd.js"; import { McpCommand } from "./mcp/McpCommand.js"; import { RunCmd } from "./run/RunCmd.js"; import { CreateTemplateCommand } from "./template/CreateTemplateCommand.js"; import { UpdateCmd } from "./update/UpdateCmd.js"; export default [AddCmd, InitCmd, InitOptionsCommand, GenerateCmd, UpdateCmd, RunCmd, CreateTemplateCommand, McpCommand];