--quiet=true
doesn't set config.quietMode
to true
#3316
Labels
bug: lite
Debatable whether or not this is a bug. I mean, it’s not great but it’s not really broken either.
feature: 🛠 configuration
Related to Eleventy’s Configuration file
Milestone
When passing
--quiet=true
to the command line,config.quietMode
isn't set totrue
. I would like to extract the value of--quiet
in some of my code to silence it in development mode. How do I achieve that?I can see from #808 and 727607c that
isVerbose
is being set, but that property doesn't seem to be exposed in the Eleventy configuration.The text was updated successfully, but these errors were encountered: