mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
269bc5c89e
Co-authored-by: 1052326311 <65798732+1052326311@users.noreply.github.com>
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
/** Dependency-light argv helpers for plugin CLI metadata and output-mode resolvers. */
|
|
export {
|
|
consumeRootOptionToken,
|
|
FLAG_TERMINATOR,
|
|
getRootOptionAwareCommandPath,
|
|
isValueToken,
|
|
} from "../infra/cli-root-options.js";
|