mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-24 17:15:50 +00:00
feat: build
This commit is contained in:
11
src/commands/tasks/index.ts
Normal file
11
src/commands/tasks/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const tasks = {
|
||||
type: 'local-jsx',
|
||||
name: 'tasks',
|
||||
aliases: ['bashes'],
|
||||
description: 'List and manage background tasks',
|
||||
load: () => import('./tasks.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default tasks
|
||||
Reference in New Issue
Block a user