DRY up argument validation strings.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Noticing that string matching for errors is getting a bit convoluted. Typing "`--foo` is a required argument", "`--bar` is a required argument" is tedious to read and maintain. Need some way to parameterize common arguments and either match specifically or match generally.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.