jdx / mise

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

task env parse bug: data did not match any variant of untagged enum Either #2177

Open mustafa0x opened 1 month ago

mustafa0x commented 1 month ago

mise.toml

[tasks.foo]
env = { DEBUG = 0 }
mise error parsing config file: ~/path/.mise.toml
mise TOML parse error at line 2, column 17
  |
2 | env = { DEBUG = 0 }
  |                 ^
data did not match any variant of untagged enum Either

mise Run with --verbose or MISE_VERBOSE=1 for more information