cffconvert
cffconvert copied to clipboard
Avoid printing the whole schema to the terminal when errors occur
The useful information is usally at the top. Current workaround is piping the stderr
into stdout
, then head
ing that:
cffconvert --validate 2>&1 | head -n 10