docs: document cli utility helpers

This commit is contained in:
Peter Steinberger
2026-06-04 10:55:01 -04:00
parent 8946648ace
commit cb5d43ba95
10 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Commander registration for live OpenClaw docs search.
import type { Command } from "commander";
import { formatDocsLink } from "../../packages/terminal-core/src/links.js";
import { theme } from "../../packages/terminal-core/src/theme.js";