mise
mise copied to clipboard
dev tools, env vars, task runner
> [!NOTE] > Here is a complete draft implementation of a new task source implementation ## Motivation - Share common tasks across repositories without rewriting them - Pin task version...
are you using mise extensively? I'm talking 100+ tools, env vars, or tasks. That's far more than I benchmark mise with or ever use in my own testing. Given that,...
Also prevents some issues that might trigger the autocomplete's linter. This, together with the changes on usage-cli `1.7.3` version, should get the automated PR to pass the linter checks on...
there should be some kind of error handling to execute something when a task fails, perhaps to cancel the error somehow. My use-case for this is I have a bunch...
### 🚀 Features - colorize banner by [@jdx](https://github.com/jdx) in [ad3a5f0](https://github.com/jdx/mise/commit/ad3a5f040013bad046f2ca3abb9eebc941301368) ### 🐛 Bug Fixes - add `:` escaping for tasks with multiple colons by [@eitamal](https://github.com/eitamal) in [#3853](https://github.com/jdx/mise/pull/3853) - type issue...