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
parent 9ef495327a
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

@ -33,6 +33,7 @@ Options:
Commands:
reference .NET Core Project-to-Project dependency viewer
tool Lists installed tools in the current development environment.
";
const string FrameworkNet451Arg = "-f net451";