Use latest command line parser

This commit is contained in:
Nick Guerrera 2017-06-26 15:49:11 -07:00
parent 91ae618d6c
commit 34d0900a34
3 changed files with 3 additions and 5 deletions

View file

@ -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",