mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
11
src/cli/handlers/ant.ts
Normal file
11
src/cli/handlers/ant.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const logHandler: any = (() => {}) as any;
|
||||
export const errorHandler: any = (() => {}) as any;
|
||||
export const exportHandler: any = (() => {}) as any;
|
||||
export const taskCreateHandler: any = (() => {}) as any;
|
||||
export const taskListHandler: any = (() => {}) as any;
|
||||
export const taskGetHandler: any = (() => {}) as any;
|
||||
export const taskUpdateHandler: any = (() => {}) as any;
|
||||
export const taskDirHandler: any = (() => {}) as any;
|
||||
export const completionHandler: any = (() => {}) as any;
|
||||
3
src/cli/handlers/templateJobs.ts
Normal file
3
src/cli/handlers/templateJobs.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const templatesMain: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user