Skip to content
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

Trim whitespace from tool names #115

Closed
daemontus opened this issue May 3, 2023 · 3 comments
Closed

Trim whitespace from tool names #115

daemontus opened this issue May 3, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@daemontus
Copy link

If I list multiple tools in the tool list, the whitespace is included in tool name and the install fails. For example, tool: cargo-binstall, cargo-tarpaulin attempts to install " cargo-tarpaulin" which does not exist and is not a valid name anyway. The names of the tools should be trimmed after parsing :)

@taiki-e taiki-e added the enhancement New feature or request label May 3, 2023
@taiki-e
Copy link
Owner

taiki-e commented May 3, 2023

It seems reasonable to me.

@taiki-e taiki-e closed this as completed in 9620519 May 3, 2023
@daemontus
Copy link
Author

Awesome! Thank you.

@taiki-e
Copy link
Owner

taiki-e commented May 3, 2023

Published in 2.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants