dotnet / dotnet/command-line-api

Options are out of order in help

Open
#1,408 0 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.