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
Then I created a Command to insert/update values in a DB table or simply to get validated data.
I see that the prompt() validates required and in_list values. Then I thought about to use the full Validation Library Rules and implemented some adjusts.
With this is possible continue to prompt until the input be valid:
Hello!
Today I was testing the CLI and it is awesome. 😄
Then I created a Command to insert/update values in a DB table or simply to get validated data.
I see that the
prompt()
validates required and in_list values. Then I thought about to use the full Validation Library Rules and implemented some adjusts.With this is possible continue to prompt until the input be valid:
If you think that this can be useful do some analysis in the latest commits of this branch.
The text was updated successfully, but these errors were encountered: