fix: Rename files to correct paths (remove leading dots)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
6
src/commands/index.ts
Normal file
6
src/commands/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user