```toml [tools] usage = "latest" [tasks.test] run = ''' echo "${usage_course} - ${usage_recipient}" ''' usage = ''' arg "<course>" required { choices "A B & C" } arg "<recipient>" required { choices "Alice Alice" "Bob Bob" "Carol Carol" } ''' ``` I can confirm this behavior us on 3.3.0. <img width="1155" height="627" alt="Image" src="https://github.com/user-attachments/assets/dbec6b83-b10f-40e2-8980-178acc8c7c58" /> > [!NOTE] > disregard the `${usage_completion_date}` that was from a slightly earlier version I would expect `Alice Alice` to be wrapped in single quotes like `A B & C`.
I can confirm this behavior us on 3.3.0.
Note
disregard the
${usage_completion_date}that was from a slightly earlier versionI would expect
Alice Aliceto be wrapped in single quotes likeA B & C.