TopCli / prompts

Node.js user prompt library for command-line interfaces.
ISC License
24 stars 4 forks source link

refactor(validators)!: remove error field #117

Closed PierreDemailly closed 2 months ago

PierreDemailly commented 2 months ago

Theses changes allow to return the error message directly from the validation function which was not possible before.

Discussed in #97