Allow mise generate tool-stub to pick hash algo
#9638
thejcannon
started this conversation in
Ideas
Replies: 2 comments
|
👍 from me |
0 replies
|
This has now been implemented and merged in #12047.
The change has been merged into AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I LOVE mise tool-stubs. So there's that.
But also I have a use-case for support mise tool-stubs in Bazel (somewhat a la https://github.com/bazel-contrib/rules_multitool)
Since Bazel only support SHA256, that's the checksum algo I'd much prefer my tool-stubs use sha256 and everyone's happy
(FWIW I changed the checksum to use
sha256:...and it works, so this is just a CLI gap)All reactions