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.
Here is a sample (the first bit help) of CLI commands:
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.