mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: build
This commit is contained in:
243
src/commands/btw/btw.tsx
Normal file
243
src/commands/btw/btw.tsx
Normal file
File diff suppressed because one or more lines are too long
13
src/commands/btw/index.ts
Normal file
13
src/commands/btw/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const btw = {
|
||||
type: 'local-jsx',
|
||||
name: 'btw',
|
||||
description:
|
||||
'Ask a quick side question without interrupting the main conversation',
|
||||
immediate: true,
|
||||
argumentHint: '<question>',
|
||||
load: () => import('./btw.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default btw
|
||||
Reference in New Issue
Block a user