Use latest command line parser
This commit is contained in:
parent
91ae618d6c
commit
34d0900a34
3 changed files with 3 additions and 5 deletions
|
@ -23,8 +23,7 @@ namespace Microsoft.DotNet.Tools.DependencyInvoker
|
|||
Create.Option(
|
||||
"-h|--help",
|
||||
"Show help information",
|
||||
Accept.NoArguments(),
|
||||
materialize: o => o.Option.Command().HelpView()),
|
||||
Accept.NoArguments()),
|
||||
Create.Option(
|
||||
"-p|--project-path",
|
||||
"Path to Project.json that contains the tool dependency",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170620-266</TemplateEngineTemplate2_0Version>
|
||||
<PlatformAbstractionsVersion>2.0.0-preview3-25426-01</PlatformAbstractionsVersion>
|
||||
<DependencyModelVersion>2.0.0-preview3-25426-01</DependencyModelVersion>
|
||||
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
|
||||
<CliCommandLineParserVersion>0.1.1-alpha-167</CliCommandLineParserVersion>
|
||||
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion>
|
||||
<MicroBuildVersion>0.2.0</MicroBuildVersion>
|
||||
<SpaTemplateVersion>1.0.0-preview-000321</SpaTemplateVersion>
|
||||
|
|
|
@ -13,8 +13,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Create.Option(
|
||||
"-h|--help",
|
||||
CommonLocalizableStrings.ShowHelpDescription,
|
||||
Accept.NoArguments(),
|
||||
materialize: o => o.Option.Command().HelpView());
|
||||
Accept.NoArguments());
|
||||
|
||||
public static Option VerbosityOption() =>
|
||||
Create.Option(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue