writing: function()

in generators/AddService/index.js [32:37]


    writing: function() {
        var isAddNewService = true;        
        this.composeWith('azuresfguest:guestbinary', {
                options: { isAddNewService: isAddNewService }
        });        
    },