Implement list tool command.
This commit implements the `list tool` command. The command is responsible for displaying a list of install global tools. Fixes #8548.
This commit is contained in:
parent
9ef495327a
commit
4490fd5aa8
56 changed files with 1043 additions and 200 deletions
|
|
@ -34,7 +34,7 @@ SDK commands:
|
|||
sln Modify solution (SLN) files.
|
||||
add Add reference to the project.
|
||||
remove Remove reference from the project.
|
||||
list List reference in the project.
|
||||
list List project references or installed tools.
|
||||
nuget Provides additional NuGet commands.
|
||||
msbuild Runs Microsoft Build Engine (MSBuild).
|
||||
vstest Runs Microsoft Test Execution Command Line Tool.
|
||||
|
|
|
|||
Reference in a new issue