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:
Peter Huene 2018-02-21 18:34:25 -08:00
commit 4490fd5aa8
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
56 changed files with 1043 additions and 200 deletions

View file

@ -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.