fix: Rename files to correct paths (remove leading dots)
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:05:35 +00:00
parent 4ba2894773
commit 0291778122

6
src/commands/index.ts Normal file
View File

@@ -0,0 +1,6 @@
export { createCreateCommand } from './create';
export { createListCommand } from './list';
export { createStatusCommand } from './status';
export { createMergeCommand } from './merge';
export { createDestroyCommand } from './destroy';
export { createDiffCommand } from './diff';