Is there any difference between the dotnet command parameters
-o , --output
and
-n, --name
Should one prefer one over the other for any reason
those two commands seem to do the exact same thing
dotnet new console --output helloworld2 -lang F#
dotnet new console --name helloworld -lang F#