You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)The text was updated successfully, but these errors were encountered: