in lib/build.js [81:87]
function setOption(inputOption) { var opt = ""; if (inputOption) { opt = ` ${inputOption}`; } return opt; }