Inquirer
Inquirer copied to clipboard
A collection of common interactive command line user interfaces.
## Description - Add new `CpfValidator` - Add unit tests for `CpfValidator` - Add `CpfValidator` to Readme ## Related Issues This PR partially resolves issue #10
If the digit is D2 (@ special character) then it will go back one character and the next will replace it I included a condition to avoid this and include...
I suggest there should be an option for the user of the library to override the error messages of validators. @afucher What do you think? I can work on it.
#24 1. I did not see the advantage of `GetErrorMessage` being a method so changed it to a property 2. With abstract class the setting of error message does not...
## Summary The proposed change makes it possible to change the color in the selected ListInput item. ## Motivation This change improves the way the user views the selected items...
Today we just have a few option of validators, would be good to have more. You can take a look to the [existing ones](https://github.com/afucher/Inquirer/tree/dev/src/Inquirer/Validators) to check how to create a...
Answers could have a different color to be easier to see. Also option indication (from ListInput) could have a different color.
I want to make a wrapper of Inquirer in F#, The goal is to make de usability in F# more functional, The idea is not to have any new feature,...
Adding a File Tree Selection like https://github.com/anc95/inquirer-file-tree-selection Very useful.
When attempting to enter an email address into an Input, the '@' character is prevented from being entered. That character gets cleared after being typed.