dotnet / dotnet/command-line-api
How do I get the "raw command text" the user typed?
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
From the `InvocationContext` class, is there a way to get the command line the user typed?
If the user typed `joba add --param 1` and the `joba` command requires something in the system, I would like to show a nice error message: `The command 'joba add --param 1' requires xyz`
Contributor guide
Assessment
This issue has not been assessed yet.