cffconvert icon indicating copy to clipboard operation
cffconvert copied to clipboard

Avoid printing the whole schema to the terminal when errors occur

Open jspaaks opened this issue 2 years ago • 0 comments

The useful information is usally at the top. Current workaround is piping the stderr into stdout, then heading that:

cffconvert --validate 2>&1 | head -n 10

jspaaks avatar Aug 02 '22 17:08 jspaaks