mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
feat: releases
This commit is contained in:
@@ -30,7 +30,7 @@ import { WebCommand } from "./cli/cmd/web"
|
||||
import { PrCommand } from "./cli/cmd/pr"
|
||||
import { SessionCommand } from "./cli/cmd/session"
|
||||
import { DbCommand } from "./cli/cmd/db"
|
||||
import { ValidateCommand, SyncCommand, ToolsMainCommand } from "./cli/cmd/tools"
|
||||
import { ValidateCommand, SyncCommand, ToolsMainCommand, SetupCommand } from "./cli/cmd/tools"
|
||||
import { QuickstartCommand } from "./cli/cmd/quickstart"
|
||||
import path from "path"
|
||||
import { Global } from "./global"
|
||||
@@ -149,6 +149,7 @@ let cli = yargs(hideBin(process.argv))
|
||||
.command(DbCommand)
|
||||
.command(ValidateCommand)
|
||||
.command(SyncCommand)
|
||||
.command(SetupCommand)
|
||||
.command(ToolsMainCommand)
|
||||
.command(QuickstartCommand)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user