We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46a0a8e + 9f3ae99 commit f78266fCopy full SHA for f78266f
lib/options.js
@@ -25,6 +25,7 @@ function getConfigFile(argFileName, defaultFileName) {
25
* @param configFileType What kind of config file is this? E.g. config, auth etc.
26
* @param failureConsequence The consequence of using the defaultValue when this file fails to load - this will be logged
27
* as part of the warning
28
+ * @param quiet Emit logs or not
29
* @returns {*} The config, either from the filePath or a default.
30
*/
31
function getConfig(filePath, configFileType, failureConsequence, quiet) {
0 commit comments