zeroormore
This commit is contained in:
parent
ae152503aa
commit
30e856a365
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue