Fix build command

This commit is contained in:
Piotr Puszkiewicz 2017-03-10 18:59:32 -08:00
parent 3bdfe28765
commit 7795ce4d67
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ namespace Microsoft.DotNet.Cli
Create.Command( Create.Command(
"build", "build",
LocalizableStrings.AppFullName, LocalizableStrings.AppFullName,
Accept.ZeroOrMoreArguments(),
CommonOptions.HelpOption(), CommonOptions.HelpOption(),
Create.Option( Create.Option(
"-o|--output", "-o|--output",

View file

@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Cli
public static Command Pack() => public static Command Pack() =>
Create.Command( Create.Command(
"pack", "pack",
LocalizableStrings.AppDescription, LocalizableStrings.AppFullName,
Accept.ZeroOrMoreArguments(), Accept.ZeroOrMoreArguments(),
CommonOptions.HelpOption(), CommonOptions.HelpOption(),
Create.Option( Create.Option(