@robinherbots/grunt-dotnet
Version:
Grunt integration for Powershell WebAppPool commands.
20 lines (17 loc) • 318 B
JavaScript
;
var myCommand = require("./command");
module.exports = new myCommand(
{
name: "nuget",
description: "Provides additional NuGet commands"
}, [
{
option: "name",
defaultValue: null,
useAsFlag: true,
useValue: true,
useDasherize: false,
flag: "-Name",
required: true
}
]);