init claude-code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const heapDump = {
|
||||
type: 'local',
|
||||
name: 'heapdump',
|
||||
description: 'Dump the JS heap to ~/Desktop',
|
||||
isHidden: true,
|
||||
supportsNonInteractive: true,
|
||||
load: () => import('./heapdump.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default heapDump
|
||||
Reference in New Issue
Block a user