cue.validator: fix deprecated --strict flag (#431813)
Aleksana 3 months ago c6f4b92e 62f2ec92
··· 15 15 writeShellScript "validate-using-cue" '' 16 16 ${cue}/bin/cue \ 17 17 --all-errors \ 18 18 - --strict \ 19 18 vet \ 20 19 --concrete \ 21 20 "$1" \