help text updates
This commit is contained in:
parent
2c96d8e8b9
commit
96683c1421
8 changed files with 31 additions and 17 deletions
|
@ -11,7 +11,9 @@ namespace Microsoft.DotNet.Cli
|
|||
Create.Command(
|
||||
"test",
|
||||
LocalizableStrings.AppFullName,
|
||||
Accept.ZeroOrMoreArguments(),
|
||||
Accept.ZeroOrMoreArguments()
|
||||
.With(name: LocalizableStrings.CmdArgProject,
|
||||
description: LocalizableStrings.CmdArgDescription),
|
||||
CommonOptions.HelpOption(),
|
||||
Create.Option(
|
||||
"-s|--settings",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue