cmd: allow mixed value types in environment variable pairs (#61528)
Fixes #56780.
Relaxes the `byteenv` type constraint from `Pair{T,V} where
{T<:AbstractString, V}` to `Pair{<:AbstractString}`, allowing
heterogeneous value types in env pairs. K
KSepetanc committed
f310e681488e793ba600baa867e5095a4f8eced8
Parent: 8304540
Committed by GitHub <noreply@github.com>
on 5/4/2026, 2:16:26 PM