Add CLI commands (create, list, status, merge, destroy, diff)
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