You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current CLI implementation is still quite limited when validating inputs.
We can only apply a single validator to the input and the error message is way too generic.
We should refactor the way the input display, validation and error handling is done to allow the following :
As much validators we would want
Each validator should be able to provide its own error messages
Provide some tips when requesting user to provide some inputs.
As far as i've digged, i haven't found much crates to handle efficiently stdin, therefore, we could think about detaching such mechanisms to a standalone crate that then would be added as dependency to the CLI.
The text was updated successfully, but these errors were encountered:
Current CLI implementation is still quite limited when validating inputs.
We can only apply a single validator to the input and the error message is way too generic.
We should refactor the way the input display, validation and error handling is done to allow the following :
As far as i've digged, i haven't found much crates to handle efficiently stdin, therefore, we could think about detaching such mechanisms to a standalone crate that then would be added as dependency to the CLI.
The text was updated successfully, but these errors were encountered: