mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-06-18 00:01:45 +03:00
claude-code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const help = {
|
||||
type: 'local-jsx',
|
||||
name: 'help',
|
||||
description: 'Show help and available commands',
|
||||
load: () => import('./help.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default help
|
||||
|
||||
|
||||
Reference in New Issue
Block a user