jdx
jdx
basically: ```toml [hooks] postinstall = {task = "build"} ``` this would make things a bit faster since mise wouldn't need to run a second time with `mise -q build`
a command that basically does `curl https://mise.run > run-with-mise.sh && echo 'exec mise x -- "$@"' >> run-with-mise.sh` though we should think about how this is used a bit in...
file tasks need to be trusted and I think the best way to do that would be for `mise trust` to apply to directories instead of individual files
The backend should be part of mise.lock for obvious reasons
what it says on the tin
Shebang in `run=` has no effect, but using it in example creates impression it will work: https://github.com/jdx/mise/blob/36a19f87b80aafb15f33dd818f3a4b4a0277c295/docs/tasks/toml-tasks.md?plain=1#L33-L36 _Originally posted by @powerman in https://github.com/jdx/mise/issues/2873#issuecomment-2453996738_