🚀 Feature: Allow --title to be an array #15
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
Right now, the
--title
option can only be a singlestring
, and the Node.jstitle
option property can only be a singleRegExp
.But, I'm imagining folks will want to provide multiple options for that. It'd be inconvenient to have to list a bunch of not-similar options as cases in a single regexp.
Let's change
--title
/title
to allow an array of inputs!Additional Info
No response
The text was updated successfully, but these errors were encountered: