Fix build command
This commit is contained in:
parent
3bdfe28765
commit
7795ce4d67
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Create.Command(
|
||||
"build",
|
||||
LocalizableStrings.AppFullName,
|
||||
Accept.ZeroOrMoreArguments(),
|
||||
CommonOptions.HelpOption(),
|
||||
Create.Option(
|
||||
"-o|--output",
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue