dotnet / dotnet/command-line-api
Options are out of order in help
Open
Area-Help
bug
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
The help constructed by System.CommandLine shows: `root-command [options] command` even when the options must come after the command. This line should be reordered to show `root-command command [options]`
Related to https://github.com/dotnet/sdk/issues/21031#issue-997424931, see about halfway down.
cc @jonsequitur
Contributor guide
Assessment
This issue has not been assessed yet.