-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add entrypoints to tool list #4661
Add entrypoints to tool list #4661
Conversation
ff2b6e7
to
92f3025
Compare
Thank you for contributing! |
Hi, so I fixed the issue but the windows test is failing because of something else. Here is the test output:
Indeed in windows the entrypoint name now ends with Should we keep this |
Yep you can use |
Nice work! Thanks again :) |
Closes #4654
Summary
The purpose of this is to show the entrypoints of each tool when running
uv tool list
as below:I used the proposed formatting as it was written in #4653 by @blueraft.
I had to use spaces instead of tabs in order to make the test successful. Indeed in the test we are using a raw string and I did not manage to make the test pass when escaping the tab in the list.rs file so I used spaces everywhere.
I had a deeper look into #4653 as well but it is more difficult as we need to get the version of the tool in the Tool object, I will continue on this next one later.
Please tell me if anything else is needed I tried to follow the contribution guidelines but I might have forgotten something.
Have a great day!
Test Plan
cargo clippy
then by using the local version of uv as described in the Readme.md.
and
cargo test tool_list