xargs -d,
tr ',' '\0' | xargs -0
`xargs -d` doesn't work on Mac OS: `xargs: illegal option -- d` There's a workaround using `tr` See: https://stackoverflow.com/a/71409498/4823861 GitOrigin-RevId: 109c7e1e035b829122d96fd41824f18bdf81468a
bin/update_node 20.18.0 20.18.2