From 30e856a36573e0635d36393ba42307183a79bfbb Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Thu, 9 Mar 2017 14:47:02 -0800 Subject: [PATCH] zeroormore --- src/dotnet/commands/dotnet-build/BuildCommandParser.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-build/BuildCommandParser.cs b/src/dotnet/commands/dotnet-build/BuildCommandParser.cs index 77f393a41..e00ed76eb 100644 --- a/src/dotnet/commands/dotnet-build/BuildCommandParser.cs +++ b/src/dotnet/commands/dotnet-build/BuildCommandParser.cs @@ -12,8 +12,7 @@ namespace Microsoft.DotNet.Cli Create.Command( "build", ".NET Builder", - Accept.ZeroOrOneArgument - .Forward(), + Accept.ZeroOrMoreArguments, CommonOptions.HelpOption(), Create.Option( "-o|--output",