I have this in my CLI ``` option :date, short: "-d DATE", long: "--date DATE", required: true, description: "date in 20171120 format" ``` Is there a way to add validation for date (and other fields) to ensure that they follow specific pattern?
I have this in my CLI
Is there a way to add validation for date (and other fields) to ensure that they follow specific pattern?