mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:59:45 +00:00
docs(cli): add per-command CLI pages
This commit is contained in:
parent
5b23f847d6
commit
0cbfea79fa
58 changed files with 881 additions and 23 deletions
|
|
@ -54,7 +54,14 @@ function formatPluginLine(plugin: PluginRecord, verbose = false): string {
|
|||
}
|
||||
|
||||
export function registerPluginsCli(program: Command) {
|
||||
const plugins = program.command("plugins").description("Manage Clawdbot plugins/extensions");
|
||||
const plugins = program
|
||||
.command("plugins")
|
||||
.description("Manage Clawdbot plugins/extensions")
|
||||
.addHelpText(
|
||||
"after",
|
||||
() =>
|
||||
`\n${theme.muted("Docs:")} ${formatDocsLink("/cli/plugins", "docs.clawd.bot/cli/plugins")}\n`,
|
||||
);
|
||||
|
||||
plugins
|
||||
.command("list")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue