_isOptionSet()

in generators/guestbinary/index.js [25:27]


    _isOptionSet(name) {
        return this.options[name] !== undefined;
    }