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(
"build",
LocalizableStrings.AppFullName,
Accept.ZeroOrMoreArguments(),
CommonOptions.HelpOption(),
Create.Option(
"-o|--output",

View file

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