import { defineCommand } from "citty"; export default defineCommand({ meta: { name: "boostack", description: "Helper commands for the BookStack knowledgebase service.", }, subCommands: { update: () => import("./update").then((m) => m.default), }, });