Tasks with multiple dots #4526
Answered
by
jdx
ruzickap
asked this question in
Troubleshooting and bug reports
Tasks with multiple dots
#4526
-
Hello I'm trying to create [tasks."create:kind.k8s.local1"]
run = "echo ${MISE_TASK_NAME}"
[tasks."create:kind.k8s.local2"]
run = "echo ${MISE_TASK_NAME}"
[tasks."create:kind.k8s.local3"]
run = "echo ${MISE_TASK_NAME}" Unfortunately mise is displaying only the part of the task:
Is this a bug or mise can not work with multiple dots? Thank you... |
Beta Was this translation helpful? Give feedback.
Answered by
jdx
Feb 25, 2025
Replies: 1 comment 1 reply
-
mise has logic to remove "dots" since they are usually part of filenames like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ruzickap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mise has logic to remove "dots" since they are usually part of filenames like
test.sh
. I'm not entirely sure we would be able to "fix" this without breaking other use-cases. I just wouldn't put dots in task names.