We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f69416 commit f17b7c7Copy full SHA for f17b7c7
2 files changed
contributors.svg
src/components/HelpV2/Commands.tsx
@@ -1,7 +1,9 @@
1
import * as React from 'react'
2
import { useMemo } from 'react'
3
import { type Command, formatDescriptionWithSource } from '../../commands.js'
4
-import { Box, Text } from '@anthropic/ink'
+import { truncate } from '../../utils/truncate.js'
5
+import { Box, Text, useTabHeaderFocus } from '@anthropic/ink'
6
+import { Select } from '../CustomSelect/select.js'
7
8
type Props = {
9
commands: Command[]
0 commit comments