"dotnet exec --help" should print help
See original GitHub issue>dotnet --help
says to Run 'dotnet COMMAND --help' for more information on a command.
amongst other things.
Yet >dotnet exec --help
only prints an error message: dotnet exec needs a managed .dll or .exe extension. The application specified was '--help'
.
I expect this should print usage information.
I’m using 2.1.1-preview-007094 (dotnet --version)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
dotnet command - .NET CLI
All commands support the --help option for printing out brief documentation about how to use the command. It runs .NET applications.
Read more >dotnet run command - .NET CLI
The dotnet run command provides a convenient option to run your application from the source code.
Read more >dotnet build command - .NET CLI
The dotnet build command builds a project and all of its dependencies.
Read more >dotnet test command - .NET CLI
The dotnet test command is used to execute unit tests in a given solution. The dotnet test command builds the solution and runs...
Read more >dotnet publish command - .NET CLI
The dotnet publish command publishes a .NET project or solution to a directory.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I wish MS engineers would not ask ‘why would I want to know’, or say things like ‘It is an advanced command that you should not need to use it’. This shows an extremely counter productive culture for MS. Just expose everything your software does.
Issue moved to dotnet/core-setup dotnet/sdk#6643 via ZenHub