Skip to content

Commit

Permalink
feat: export inquirer Separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 7, 2023
1 parent 58d8e9a commit 616b781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ux/prompter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ export function generateTableChoices<T>(

return choicesOptions;
}

export { Separator } from 'inquirer';

0 comments on commit 616b781

Please sign in to comment.