Created by: Noah2610
When using single-quotes in config.yml, the previous regular expression in build/generate-cli.js wasn't working correctly, it was replacing ALL string values with hashes. Now both double- and single-quotes can be used in config.yml, and the RegExp will work as expected.
I have tested the script with both '
and "
used in config.yml
, and it seems to work properly!
The changes to config.yml
haven't been committed, though.
Fixes #29741 (closed)