We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697439 commit 14ac87dCopy full SHA for 14ac87d
1 file changed
packages/core/src/prompts/autocomplete.ts
@@ -1,7 +1,7 @@
1
import type { Key } from 'node:readline';
2
import color from 'picocolors';
3
-import Prompt, { type PromptOptions } from './prompt.js';
4
import { findCursor } from '../utils/cursor.js';
+import Prompt, { type PromptOptions } from './prompt.js';
5
6
interface OptionLike {
7
value: unknown;
0 commit comments