We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd195c4 commit 3e41032Copy full SHA for 3e41032
docs/tasks/task-arguments.md
@@ -68,7 +68,7 @@ page—you should not mix the two approaches in the same task.
68
69
When `task.disable_spec_from_run_scripts` is `false` (the default), mise does
70
an early Tera pass over run scripts to collect deprecated args; that pass does
71
-*not* see the `usage` map and will error if templates reference it. To avoid
+_not_ see the `usage` map and will error if templates reference it. To avoid
72
this and only use the `usage` field for specs, set
73
`task.disable_spec_from_run_scripts = true` (or
74
`MISE_TASK_DISABLE_SPEC_FROM_RUN_SCRIPTS=1`).
0 commit comments