stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
7
src/__Libraries/StellaOps.Interop/ToolManager.Path.cs
Normal file
7
src/__Libraries/StellaOps.Interop/ToolManager.Path.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StellaOps.Interop;
|
||||
|
||||
public sealed partial class ToolManager
|
||||
{
|
||||
public static string? FindOnPath(string tool)
|
||||
=> ToolPathResolver.FindOnPath(tool);
|
||||
}
|
||||
Reference in New Issue
Block a user