This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
TestAssets/TestPackages/dotnet-dependency-tool-invoker Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ public static Microsoft.DotNet.Cli.CommandLine.Command DotnetDependencyToolInvok
2323 Create . Option (
2424 "-h|--help" ,
2525 "Show help information" ,
26- Accept . NoArguments ( ) ,
27- materialize : o => o . Option . Command ( ) . HelpView ( ) ) ,
26+ Accept . NoArguments ( ) ) ,
2827 Create . Option (
2928 "-p|--project-path" ,
3029 "Path to Project.json that contains the tool dependency" ,
Original file line number Diff line number Diff line change 2727 <TemplateEngineTemplate2_0Version >1.0.0-beta2-20170620-266</TemplateEngineTemplate2_0Version >
2828 <PlatformAbstractionsVersion >2.0.0-preview3-25426-01</PlatformAbstractionsVersion >
2929 <DependencyModelVersion >2.0.0-preview3-25426-01</DependencyModelVersion >
30- <CliCommandLineParserVersion >0.1.0 -alpha-142 </CliCommandLineParserVersion >
30+ <CliCommandLineParserVersion >0.1.1 -alpha-167 </CliCommandLineParserVersion >
3131 <CliMigrateVersion >1.2.1-alpha-002133</CliMigrateVersion >
3232 <MicroBuildVersion >0.2.0</MicroBuildVersion >
3333 <SpaTemplateVersion >1.0.0-preview-000321</SpaTemplateVersion >
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ public static Option HelpOption() =>
1313 Create . Option (
1414 "-h|--help" ,
1515 CommonLocalizableStrings . ShowHelpDescription ,
16- Accept . NoArguments ( ) ,
17- materialize : o => o . Option . Command ( ) . HelpView ( ) ) ;
16+ Accept . NoArguments ( ) ) ;
1817
1918 public static Option VerbosityOption ( ) =>
2019 Create . Option (
You can’t perform that action at this time.
0 commit comments