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(
|
Create.Command(
|
||||||
"build",
|
"build",
|
||||||
LocalizableStrings.AppFullName,
|
LocalizableStrings.AppFullName,
|
||||||
|
Accept.ZeroOrMoreArguments(),
|
||||||
CommonOptions.HelpOption(),
|
CommonOptions.HelpOption(),
|
||||||
Create.Option(
|
Create.Option(
|
||||||
"-o|--output",
|
"-o|--output",
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue