Skip to content

Commit

Permalink
Feat(inquirer) Add 'search' prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 21, 2024
1 parent 5d40787 commit f811926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/inquirer/src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
checkbox,
password,
editor,
search,
Separator,
} from '@inquirer/prompts';
import type { Prettify, UnionToIntersection } from '@inquirer/type';
Expand Down Expand Up @@ -45,6 +46,7 @@ const defaultPrompts: PromptCollection = {
checkbox,
password,
editor,
search,
};

type PromptReturnType<T> =
Expand Down

0 comments on commit f811926

Please sign in to comment.