Files
pikasTech-unidesk/scripts/src/gh.ts
T
2026-06-26 00:16:53 +08:00

8 lines
352 B
TypeScript

// SPEC: PJ2026-010606 GitHub入口 draft-2026-06-25-gh-split
// Compatibility entry for the split GitHub CLI implementation.
export { commanderBriefDiff } from "./gh/body-profiles";
export { ghHelp, ghScopedHelp } from "./gh/help";
export { runGhCommand } from "./gh/index";
export type { CommanderBriefDiff, GitHubCommandResult } from "./gh/types";