Files
git.stella-ops.org/src/__Libraries/StellaOps.Interop/ToolManager.Path.cs

8 lines
170 B
C#

namespace StellaOps.Interop;
public sealed partial class ToolManager
{
public static string? FindOnPath(string tool)
=> ToolPathResolver.FindOnPath(tool);
}