
* Tools shim maker and env path handling Includes component: * Given executable, create shim (all three OSs) * Add executable path to Env PATH during first run * including manual instruction when there is no access
7 lines
No EOL
162 B
C#
7 lines
No EOL
162 B
C#
namespace Microsoft.DotNet.Cli.Utils
|
|
{
|
|
public interface IEnvironmentPathInstruction
|
|
{
|
|
void PrintAddPathInstructionIfPathDoesNotExist();
|
|
}
|
|
} |