-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
triageIssue needs to be verifiedIssue needs to be verifiedπ featureNew feature or requestNew feature or requestπ help wantedExtra attention is neededExtra attention is needed
Milestone
Description
Problem:
- Currently using
inquirer/@inquirer/prompts, however, the oneRepo logger is specifically designed for understandable readability and output. - It requires manually calling
logger.pause()andlogger.unpause()before and after requesting prompts (respectively). - Poor control over output due to inquirer's design decisions that are great for most, but don't fit in with the oneRepo logger style
Solution:
TBD API
logger.createPrompt(question: string, options: { type: 'β¦', β¦ })const input = await logger.prompt({
prompt: string,
type: 'input' | 'checkbox' | 'confirm',
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triageIssue needs to be verifiedIssue needs to be verifiedπ featureNew feature or requestNew feature or requestπ help wantedExtra attention is neededExtra attention is needed
Projects
Status
Done