dotnet new -u on OSX
NotMyself opened this issue · 0 comments
NotMyself commented
Describe the bug
The README instructions for uninstalling the template locally fails on OSX.
To Reproduce
Steps to reproduce the behavior:
- Clone the repository
- Change directory to the root of the repository
- Run
dotnet new -i Templates/StreamDeck.PluginTemplate.Csharp
- Run
dotnet new -u Templates/StreamDeck.PluginTemplate.Csharp
Expected behavior
The template should be removed.
Error Details
The -u
flag expects a fully qualified path. On my local machine running the following command successfully removes the template.
dotnet new -u ~/src/notmyself/StreamDeckToolkit/Templates/StreamDeck.PluginTemplate.Csharp
Desktop (please complete the following information):
- OS: OSX
- Version: Dev Branch