db07c4a120
* feat: add array-wrap and array-unwrap commands * Add LIST as available argument type Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Throw when trying to wrap a closure Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Throw on closure in array-unwrap * Add the rest of argument types for array-unwrap Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add Python-friendly aliases * Don't filter out just strings Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Proper primitive value unwrapping * Throw on multiple unnamed arguments * Enhance parsed object wrapping * Update comment to clarify boolean support in value wrapping --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>