mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 19:12:52 +00:00
* refactor: move terminal core into package * refactor: move terminal module files * fix: clean terminal package CI followups * test: update lint suppression allowlist * fix: ship terminal core runtime aliases
7 lines
350 B
TypeScript
7 lines
350 B
TypeScript
export { formatCliCommand } from "../cli/command-format.js";
|
|
export { extractArchive } from "../infra/archive.js";
|
|
export { resolveBrewExecutable } from "../infra/brew.js";
|
|
export { detectBinary } from "../plugins/setup-binary.js";
|
|
export { formatDocsLink } from "../../packages/terminal-core/src/links.js";
|
|
export { CONFIG_DIR } from "../utils.js";
|