jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
9.38k stars 262 forks source link

settings unset does not work #2229

Closed roele closed 4 months ago

roele commented 4 months ago

Describe the bug Settings rm/unset does not seem to work

To Reproduce

mise settings | grep jobs
jobs = 4
mise settings set jobs 10
mise settings | grep jobs
jobs = 10
mise settings rm jobs
mise settings | grep jobs
jobs = 10

Expected behavior Command settings unset should remove the setting from config.toml