3 references to ToolPathOption
dotnet (3)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
78
public static readonly Option<string> ToolPathOption = ToolAppliedOption.
ToolPathOption
(CliCommandStrings.ToolInstallToolPathOptionDescription);
Commands\Tool\List\ToolListCommandParser.cs (1)
25
public static readonly Option<string> ToolPathOption = ToolAppliedOption.
ToolPathOption
(CliCommandStrings.ToolListToolPathOptionDescription);
Commands\Tool\Uninstall\ToolUninstallCommandParser.cs (1)
27
public static readonly Option<string> ToolPathOption = ToolAppliedOption.
ToolPathOption
(CliCommandStrings.ToolUninstallToolPathOptionDescription);