Files
git-agent-sync/.src/commands/index.ts

7 lines
280 B
TypeScript

export { createCreateCommand } from './create';
export { createListCommand } from './list';
export { createStatusCommand } from './status';
export { createMergeCommand } from './merge';
export { createDestroyCommand } from './destroy';
export { createDiffCommand } from './diff';