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