dotnet / dotnet/command-line-api
Define a default command
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to define a default command? For example, I define a tool named regtool, with the commands "register" and "unregister", and I want the "register" command to be the default.
More precisely, if the user types regtool, the utility knows it has to execute the command "register".
Contributor guide
Assessment
This issue has not been assessed yet.