-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area-CLIcli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)
Milestone
Description
Here is a sample (the first bit help) of CLI commands:
SDK commands:
add Add a package or reference to a .NET project.
build Build a .NET project.
build-server Interact with servers started by a build.
clean Clean build outputs of a .NET project.
help Show command line help.
list List project references of a .NET project.build,build-serverandcleanare obvious (to me) in terms of what they operate onaddandlistare not obvious what they operate on.helpis a different case.
Please take a look at the rest of CLI commands to see where we should add noun-first commands to improve clarity/usability and align with the more recent noun-first commands (like tool) that have been added.
Metadata
Metadata
Assignees
Labels
Area-CLIcli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)