mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 09:09:34 +00:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
/**
|
|
* Re-export for CLI command formatting used by Browser setup/help output.
|
|
*/
|
|
export { formatCliCommand } from "../sdk-setup-tools.js";
|