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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue