Toml task documentation example does not work #3983
Unanswered
gturi
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying out toml task with usage definition. I slightly modified the command in the example https://mise.jdx.dev/tasks/toml-tasks.html#usage-spec and put it into my config.toml
config.toml
When I run
mise run test hello
I get the following error:[test] ERROR 0: Invalid usage config Location: src/task/task_script_parser.rs:305 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. Run with RUST_BACKTRACE=full to include source snippets. [test] ERROR task failed
mise doctor output:
Beta Was this translation helpful? Give feedback.
All reactions