import { Command } from "commander"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { getPluginCliCommandDescriptors } from "../../plugins/cli.js"; import type { PluginLoadOptions } from "../../plugins/loader.js"; import { VERSION } from "../../version.js"; import {
addCommandDescriptorsToProgram,
collectUniqueCommandDescriptors,
} from "./command-descriptor-utils.js"; import { getCoreCliCommandDescriptors } from "./core-command-descriptors.js"; import { configureProgramHelp } from "./help.js"; import { getSubCliEntries } from "./subcli-descriptors.js";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.