-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add missing --source option to dotnet tool exec documentation #50354
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
Conversation
Co-authored-by: meaghanlewis <[email protected]>
Added description for the --source option in dotnet tool exec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the missing --source CLI option to the dotnet tool exec documentation, addressing issue #50334. The --configfile option mentioned in the issue was already documented.
Key changes:
- Added
[--source <SOURCE>]to the Synopsis section - Added the
--sourceoption description in the Options section
Co-authored-by: Copilot <[email protected]>
adegeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One thing to consider and approved to unblock.
Summary
The
dotnet tool execdocumentation was missing the--sourceCLI option that appears indotnet tool exec --helpoutput. The--configfileoption mentioned in the issue was already documented.Changes:
[--source <SOURCE>]to the synopsis section--sourceoption description in an includes filecli-tool-sourcedotnet tool installanddotnet tool updateOriginal prompt
dotnet tool execmissing CLI options for NuGet config file and NuGet sources #50334💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews