Open
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 dotnet/sdk#21031 (comment), see about halfway down.
cc @jonsequitur