dotnet-installer/test/dotnet.Tests/CommandTests
Peter Huene 0181c67bb0
Fix validation of tool-path option for tool list and uninstall commands.
This commit checks that the `--tool-path` option for the `tool list` and `tool
uninstall` commands is a directory that exists.

If the directory does not exist, an error and the command help is displayed.

Fixes #8931.
2018-04-03 16:02:14 -07:00
..
ToolInstallCommandTests.cs Change command order for tools (#8862) 2018-03-21 19:12:32 -07:00
ToolListCommandTests.cs Fix validation of tool-path option for tool list and uninstall commands. 2018-04-03 16:02:14 -07:00
ToolUninstallCommandTests.cs Fix validation of tool-path option for tool list and uninstall commands. 2018-04-03 16:02:14 -07:00
ToolUpdateCommandTests.cs Change command order for tools (#8862) 2018-03-21 19:12:32 -07:00