Windows Powershell: The term 'dotnet--help' is not recognized

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

Guest
I have a new - clean pc and a fresh install of VS 2019 with just about all options loaded. I open up Windows Powershell and enter the command: dotnet--help

and get the following message:

PS D:\Apps\zDeleteme\Hiworld> dotnet--help
dotnet--help : The term 'dotnet--help' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ dotnet--help
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (dotnet--help:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

How could something so simple go so wrong?


Thanks.

Continue reading...
 
Back
Top