Skip to content

Offer noun-first commands for existing verbs where noun isn't obvious  #9650

@richlander

Description

@richlander

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-server and clean are obvious (to me) in terms of what they operate on
  • add and list are not obvious what they operate on.
  • help is 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)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions