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(
|
Create.Option(
|
||||||
"-h|--help",
|
"-h|--help",
|
||||||
"Show help information",
|
"Show help information",
|
||||||
Accept.NoArguments(),
|
Accept.NoArguments()),
|
||||||
materialize: o => o.Option.Command().HelpView()),
|
|
||||||
Create.Option(
|
Create.Option(
|
||||||
"-p|--project-path",
|
"-p|--project-path",
|
||||||
"Path to Project.json that contains the tool dependency",
|
"Path to Project.json that contains the tool dependency",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170620-266</TemplateEngineTemplate2_0Version>
|
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170620-266</TemplateEngineTemplate2_0Version>
|
||||||
<PlatformAbstractionsVersion>2.0.0-preview3-25426-01</PlatformAbstractionsVersion>
|
<PlatformAbstractionsVersion>2.0.0-preview3-25426-01</PlatformAbstractionsVersion>
|
||||||
<DependencyModelVersion>2.0.0-preview3-25426-01</DependencyModelVersion>
|
<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>
|
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion>
|
||||||
<MicroBuildVersion>0.2.0</MicroBuildVersion>
|
<MicroBuildVersion>0.2.0</MicroBuildVersion>
|
||||||
<SpaTemplateVersion>1.0.0-preview-000321</SpaTemplateVersion>
|
<SpaTemplateVersion>1.0.0-preview-000321</SpaTemplateVersion>
|
||||||
|
|
|
@ -13,8 +13,7 @@ namespace Microsoft.DotNet.Cli
|
||||||
Create.Option(
|
Create.Option(
|
||||||
"-h|--help",
|
"-h|--help",
|
||||||
CommonLocalizableStrings.ShowHelpDescription,
|
CommonLocalizableStrings.ShowHelpDescription,
|
||||||
Accept.NoArguments(),
|
Accept.NoArguments());
|
||||||
materialize: o => o.Option.Command().HelpView());
|
|
||||||
|
|
||||||
public static Option VerbosityOption() =>
|
public static Option VerbosityOption() =>
|
||||||
Create.Option(
|
Create.Option(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue