zeroormore

This commit is contained in:
Piotr Puszkiewicz 2017-03-09 14:47:02 -08:00
parent ae152503aa
commit 30e856a365

View file

@ -12,8 +12,7 @@ namespace Microsoft.DotNet.Cli
Create.Command( Create.Command(
"build", "build",
".NET Builder", ".NET Builder",
Accept.ZeroOrOneArgument Accept.ZeroOrMoreArguments,
.Forward(),
CommonOptions.HelpOption(), CommonOptions.HelpOption(),
Create.Option( Create.Option(
"-o|--output", "-o|--output",