docs(cli): add per-command CLI pages
This commit is contained in:
@@ -37,7 +37,8 @@ export function registerModelsCli(program: Command) {
|
||||
.option("--status-plain", "Plain output (alias for `models status --plain`)", false)
|
||||
.addHelpText(
|
||||
"after",
|
||||
() => `\n${theme.muted("Docs:")} ${formatDocsLink("/models", "docs.clawd.bot/models")}\n`,
|
||||
() =>
|
||||
`\n${theme.muted("Docs:")} ${formatDocsLink("/cli/models", "docs.clawd.bot/cli/models")}\n`,
|
||||
);
|
||||
|
||||
models
|
||||
|
||||
Reference in New Issue
Block a user