-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What do you want to happen?
Currently, the alpha generate command lacks proper input validation for its flags. This issue aims to add robust validation to ensure that invalid flag values are caught early, improving the user experience and preventing potential runtime errors.
Acceptance Criteria:
- Implement input validations for all flags in the alpha generate command.
- Return meaningful error messages when invalid flags are provided.
For reference see its code in: #4180
Extra Labels
No response
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.