-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When missing add name of argument for command to error message #1074
Labels
Comments
Drizin
added a commit
to Drizin/CodegenCS-command-line-api
that referenced
this issue
Aug 29, 2022
… {commandname}", should provide "Required argument {argumentname} missing for command: {commandname}" for better clarity as to which required argument is missing.
@Drizin appears to have a proof of concept 49371bc. What additional changes or review is needed? From reviewing: CONTRIBUTING.md
|
Drizin
added a commit
to Drizin/CodegenCS-command-line-api
that referenced
this issue
Dec 13, 2022
… {commandname}", should provide "Required argument {argumentname} missing for command: {commandname}" for better clarity as to which required argument is missing.
Drizin
added a commit
to Drizin/CodegenCS-command-line-api
that referenced
this issue
Dec 13, 2022
… {commandname}", should provide "Required argument {argumentname} missing for command: {commandname}" for better clarity as to which required argument is missing.
Drizin
added a commit
to Drizin/CodegenCS-command-line-api
that referenced
this issue
Dec 13, 2022
… {commandname}", should provide "Required argument {argumentname} missing for command: {commandname}" for better clarity as to which required argument is missing.
Any news on this issue? Seems the PR has been open a while now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of "Required argument missing for command: {commandname}", provide "Required argument {argumentname} missing for command: {commandname}" for better clarity as to which required argument is missing.
command-line-api/src/System.CommandLine/ValidationMessages.cs
Line 53 in a521704
The text was updated successfully, but these errors were encountered: