function setValueOption()

in lib/build.js [74:80]


function setValueOption(inputOption, command) {
    var opt = "";
    if (inputOption) {
        opt = ` --${command} ${inputOption}`;
    }
    return opt;
}