8 lines
170 B
C#
8 lines
170 B
C#
namespace StellaOps.Interop;
|
|
|
|
public sealed partial class ToolManager
|
|
{
|
|
public static string? FindOnPath(string tool)
|
|
=> ToolPathResolver.FindOnPath(tool);
|
|
}
|